RESTful in Spring Boot
- Use project Lombok and Mockito for tests
- Created with Spring initializer java 21 maven & dependencies Spring Boot Web
- Jpa and Mapstruct for entities management
- H2 database
- Written in VsCode
- Support for containerization with Docker
- New project (initializer spring)
- models, services and controllers via Lombok annotations
- Services RESTful, tested with Postman (Service e Controller: Beer)
- Services RESTful, (Service e Controller: Customer)
- Test of controllers via mockmvc
From Spring Framework 6: Beginner to Guru course rest-mvc
10.10.2025 Upgrade of project to Spring Boot 3.5.0 has been successful, and MapStruct (1.6.0) and Lombok configurations