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
34
+
## Integration between spring-boot and swagger-ui
34
35
* Automatically deploys swagger-ui to a spring-boot application
35
36
* Documentation will be available in HTML format, using the official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git).
36
37
* 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
@@ -54,7 +55,7 @@ This is a community-based project, not maintained by the Spring Framework Contri
54
55
springdoc.swagger-ui.path=/swagger-ui.html
55
56
```
56
57
57
-
## Integration of the library in a spring-boot project without the swagger-ui:
58
+
## Integration in a spring-boot project without the swagger-ui:
58
59
* Documentation will be available at the following url for json format: http://server:port/context-path/v3/api-docs
0 commit comments