Skip to content

rocketbase-io/generator-spring-rest-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator spring rest commons

logo

npm Build Status

Scaffold your spring-boot application and generate services. The generated code is based on rocketbase-io/commons-rest.

features

  • setup project with actual spring-boot and commons-rest
  • easy flow to create new service (generated DTOs, Repository, Controller, Converter etc.)
  • you can choose between JPA or MongoDB
  • optional commons-auth integration for jwt security

technology

usage

# installation
npm install -g yo
npm install -g @rocketbase/generator-spring-rest-commons
# usage
yo @rocketbase/spring-rest-commons