Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 439 Bytes

File metadata and controls

7 lines (6 loc) · 439 Bytes

swagger-springboot-project-generator

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.

How to use this tool

  1. Place a swagger.json file in the src/main/resources directory.
  2. Run maven with the 'clean package' goals.
  3. Grab the generated project from the target/generated-project directory.