A maven project generator that utilizes the swagger-codegen-maven-plugin and provides a default configuration setup for generating Spring Boot projects from a swagger API specification.
- Place a swagger.json file in the src/main/resources directory.
- Run maven with the 'clean package' goals.
- Grab the generated project from the target/generated-project directory.