Skip to content

FredMencier/spring3-secondapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring3-secondapp

Sample App With Springboot3 (3.2.2)

Basic app :

  • Base H2 in Memory (Preload en SQL)
  • 2 JPARepository (Custom Query, Query Method)
  • 2 Controller REST (GetMapping), Constructor Injection
  • 2 Entity (1 Relation ManyToOne)
  • Logging (Slf4j)
  • 1 TU Controller Rest
  • 1 .http test
  • ExceptionHandling (ControllerAdvice, ResponseStatusException)
  • Properties with .yaml file
  • Lombok + Record
  • MapStruct

Documentation

Exemples d'utilisation

About

Sample App With Springboot3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages