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:
testfor unit tests which do not start Spring BootintegTestfor tests which run only partial Spring BootapiTestfor tests which run the entire Spring Boot application
To execute all tests run ./gradlew fullTest