Closed markcdev101 closed 1 month ago
Set up a MySQL Docker container using docker-compose.yml. Here’s an example Docker Compose configuration: Step by Step Completed:
Configure Spring Boot in the application.yml to connect to the MySQL instance: Step by Step Completed:
Run the MySQL container and verify the connection from the Spring Boot app by checking the logs or querying the database.
Initial test shows that endpoints are working as expected.
Description: Set up a MySQL database in Docker for local development. Configure Spring Boot to connect to MySQL.
Spring Boot Concepts:
Guide:
Acceptance Criteria: