Minimum required Java version for running Gradle: 11
To build the application run ./gradlew build
To run the application run ./gradlew bootRun
There are 3 tests sets:
test
for unit tests which do not start Spring BootintegTest
for tests which run only partial Spring BootapiTest
for tests which run the entire Spring Boot application
To execute all tests run ./gradlew fullTest