A personal sandbox project to experience the new features of the Micronaut framework.
Make sure you have installed the following software.
- JDK 17
- Gradle 7.2+ or Apache Maven 3.8.x(if you prefer Maven as build tools)
- Docker
Start up databases.
docker compose up postgres
Enter the project folder.
Run the following command to build the application and run all tests.
./gradlew build
To run the application by Gradle command, use the following command instead.
./gradlew run
Any suggestions are welcome, filing an issue or submitting a PR is also highly recommended.