An simple Java application showing the usage of Spring Boot, Docker, MySQL and MyBatis.
This project will spin up two docker containers. One for the Spring Boot application and another one for the MySQL Database. MyBatis is a persistence framework with suppport for custom SQL, stored procedures and advanced mappings.
The requirements for this project are the followings:
- Java 11
- Docker
- Maven
After downloading the source code you can run the application with a single command.
docker compose up --build