Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 660 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 660 Bytes

Spring Docker MySQL MyBatis

An simple Java application showing the usage of Spring Boot, Docker, MySQL and MyBatis.

Description

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.

Requirements

The requirements for this project are the followings:

  • Java 11
  • Docker
  • Maven

Usage

After downloading the source code you can run the application with a single command.

docker compose up --build

License

MIT