You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample Java Api. It uses the concept of CompletableFuture to make asynchronous controllers and services. Comes with the H2 in-memory database driver for integration testing.
Installation
Simply clone the repository and run it with gradle.
About
Sample Java API. Usage of asynchronous services and H2 in-memory database.