Hi! This is a simple JPA Application to practise my Spring Boot skills.
I create a JPA Spring Boot Application, to use in real project certain knownledge:
-Database use (MySQL, H2)
-Spring Boot Architecture (Layers)
-REST API
-Testing (TestContainers, JUNIT5 , Mockito)
-JPA
-Containerisation (Docker)
-API Documentation (OPEN API)