This project build with Java 21 to build the project you need to add Java 21 for Gradle and JVM settings for your IDE To run the application:
- Clone the repository
- Navigate to the project directory.
- Run the application using ./gradlew bootRun.
This project can be extend with adding compose.yaml to run it on docker compose To build a jar file for this project just execute ./gradlew bootJar, jar file will be generated under build/libs folder
For testing:
- Execute ./gradlew test.