diff --git a/README.md b/README.md index f5385fe..7ccf228 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file