Database creation for a web shop.
The database (MySql) is created via Spring Boot.
All the repositories are tested using JUnit (h2 test database) & via Maven.
Maven build project.
MySQL DB schema creation using Spring boot, repository creation, Unit Tests with TestEntityManager
Java