Skip to content

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.

Notifications You must be signed in to change notification settings

khalidx/swagger-springboot-project-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published