Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 385 Bytes

File metadata and controls

25 lines (17 loc) · 385 Bytes

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.