This is a sample spring-boot and mysql project. It uses a docker compose file. Please make sure you have installed docker in your local environment before run this application.
To run this application, in the root directory;
Runs the entire app with docker compose.
Rebuilds the docker images when you have code changes.
- MYSQL_DATABASE: scoreboard
- MYSQL_USER: test
- MYSQL_PASSWORD: test123
You can create, find and update a score event through this application. The data will be stored in the databases.