You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Library for springdoc-openapi integration with spring-boot and swagger-ui
30
+
## Integration between spring-boot and swagger-ui
30
31
* Automatically deploys swagger-ui to a spring-boot application
31
32
* Documentation will be available in HTML format, using the official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git).
32
33
* The Swagger UI page should then be available at http://server:port/context-path/swagger-ui.html and the OpenAPI description will be available at the following url for json format: http://server:port/context-path/v3/api-docs
0 commit comments