Skip to content

devcoderbuzz/spring-boot-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Codegen CLI

How to Build

mvn clean package

How to Run

java -cp target/spring-codegen-cli.jar com.cli.CodegenApp sample-config.json

What it Does

Parses a JSON config and simulates generation of:

  • Controller
  • Service
  • Mapper (MapStruct)
  • External Client
  • Model classes

Extend CodegenApp to include actual file generation logic.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages