A demo application using DropWizard that works with Java 11. This application uses
- MySQL for storage
- Flyway for migrations
Create a database called users and run migrations
mvn flyway:migrate
Start the application with
./run.sh
To see your applications health enter url http://localhost:8081/healthcheck
This service uses JWT bearer token authentication. To get a token send a POST request to /login.