Please change the username and password in the src/main/resources/config/sql.properties
file before running
The default database will be created automatically if it doesn’t exist.
To launch your tests:
./gradlew clean test
To package your application:
./gradlew clean assemble
To run your application:
./gradlew clean run