Skip to content

akadir/spring-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Demo

An example Spring Boot project that includes following:

  • MDC to log generic information
  • Spring Interceptors to set-up and tear-down MDC values
  • Spring AOP to manage logging from single point
  • MapStruct to map model classes to DTO classes or vice versa
  • Swagger to document api endpoints