From ea4b41ada71c15eb36d44ef4027cfa2414ea7839 Mon Sep 17 00:00:00 2001 From: fossabot Date: Wed, 27 Sep 2017 07:48:46 -0700 Subject: [PATCH] Add license scan report and status --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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