For versions and complete list of dependencies see build.gradle
- Java 8
- Spring Boot
- Gradle
To build the project execute the following command:
./gradlew build
Run the application by executing:
./gradlew bootRun
To run all unit tests execute the following command:
./gradlew test