Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 364 Bytes

Java sample application

Java 11, mysql connector, simple api endpoint to fetch a current date from the db.

build locally

./gradlew clean && ./gradlew build

use docker compose to run locally

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