Java 11, mysql connector, simple api endpoint to fetch a current date from the db.
./gradlew clean && ./gradlew build
This will spin up also a mysql 8.0 container and sets the correct env variables to be used by the application.
docker-compose up --build