Skip to content

Files

Latest commit

 

History

History
14 lines (10 loc) · 407 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 407 Bytes

boot-swagger

A spring boot application with OpenAPI 3.0 api documentation enabled

  • Demonstrates using the default swagger group
./gradlew boot-webflux:bootRun

Paths

  • All Swagger Resources(groups) http://localhost:8080/documentation/swagger-resources
  • Swagger UI endpoint: http://localhost:8080/documentation/swagger-ui/
  • Swagger docs endpoint: http://localhost:8080/v3/api-docs