Gaetano Piazzolla 05e0b8a2fe Update README.md
2020-10-24 20:41:48 +02:00
2020-10-24 20:41:48 +02:00

springboot-3layer-generator

Generates the standard SPRING layered architecture providing only JPA entities

  • repositories
  • services
  • controller
  • mapper ( entity - dto )
  • controller-dto

The generated classes require those libraries in pom.xml or build.gradle:

  • 'org.springframework.boot:spring-boot-starter-data-jpa' // repositories
  • 'org.springframework.boot:spring-boot-starter-web' // controller
  • 'org.mapstruct:mapstruct' // mapper
  • 'org.projectlombok:lombok' // autogen-utils
Description
Easy Auto Generating the SPRING 3 layer architecture ( Controller-Service-Repository) from JPA Entities
Readme 58 MiB
Languages
Java 82.8%
Fluent 15.1%
Kotlin 1.7%
FreeMarker 0.4%