A spring boot application with both swagger 1.2 and 2.0 api documentation enabled
- Demonstrates using swagger groups
./gradlew boot-swagger:bootRun
- All Swagger Resources(groups)
http://localhost:8080/springfox/swagger-resources
- Swagger UI endpoint:
http://localhost:8080/springfox/swagger-ui.html
- Swagger docs endpoint:
http://localhost:8080/springfox/v2/api-docs