Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 444 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 444 Bytes

Sample for springdoc-openapi

trackgit-views

Try it

Run App

$ ./gradlew clean bootRun

Paths

GET http://localhost:8080/api/v3/api-docs/
  OpenAPI documentation in JSON format
  
GET http://localhost:8080/api/v3/api-docs.yaml
  OpenAPI documentation in YAML format
  
GET http://localhost:8080/api/swagger-ui.html
  Swagger UI HTML documentation