Skip to content

diamond2016/spring6-rest-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Framework 6

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
  1. New project (initializer spring)
  2. models, services and controllers via Lombok annotations
  3. Services RESTful, tested with Postman (Service e Controller: Beer)
  4. Services RESTful, (Service e Controller: Customer)
  5. 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

About

RestFul services into context of a Java SpringBoot application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages