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 testTo package your application:
./gradlew clean assembleTo run your application:
./gradlew clean run