Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# swagger-springboot-project-generator
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkhalidx%2Fswagger-springboot-project-generator.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkhalidx%2Fswagger-springboot-project-generator?ref=badge_shield)

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.


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkhalidx%2Fswagger-springboot-project-generator.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkhalidx%2Fswagger-springboot-project-generator?ref=badge_large)