- CRUD APIs with h2 database using micronaut-data
- DB migrations with Liquibase
- Unit testing with Mockito
- Integration testing with @MicronautTest
- Swagger UI
- Import the project
- Run
$ ./mvnw clean install
- Run the application:
$ ./mvnw exec:exec
- Checkout APIs using swagger: http://localhost:8080/swagger-ui