What problem does it solve?
Generate a complete, buildable Spring Boot 4.x microservice from modernization analysis, functional specification, technical specification, and JIRA stories. The generated code translates legacy business logic and data models into idiomatic Spring Boot conventions while preserving traceability back to the original sources.
Core Features & Use Cases
- Scaffold a full Spring Boot 4.x project with entities, repositories, services, controllers, messaging integration, security configuration, tests, and a traceability manifest.
- Translate intent from modernization artifacts into clean, maintainable code that preserves critical behaviors without line-by-line porting.
- Provide end-to-end generation flow from modernization-output/{slug}/ files (analysis.md, fingerprint.json, funcspec.md, techspec.md, jira-stories.md, contracts.json) into a production-ready project.
Quick Start
Provide the modernization-output slug and service-name to generate the code using the CLI.