@@ -80,8 +80,8 @@ Pivotal)
80
80
* Automatically deploys swagger-ui to a Spring Boot 2.x application
81
81
* Documentation will be available in HTML format, using the
82
82
official [ swagger-ui jars] ( https://github.com/swagger-api/swagger-ui.git ) .
83
- * The Swagger UI page should then be available at http://server :
84
- port/context-path/swagger-ui.html and the OpenAPI description will be available at the
83
+ * The Swagger UI page should then be available at
84
+ http://server: port/context-path/swagger-ui.html and the OpenAPI description will be available at the
85
85
following url for json format: http://server:port/context-path/v3/api-docs
86
86
* ` server ` : The server name or IP
87
87
* ` port ` : The server port
@@ -125,8 +125,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
125
125
126
126
## Integration of the library in a Spring Boot 2.x.x project without the swagger-ui:
127
127
128
- * Documentation will be available at the following url for json format: http://server :
129
- port/context-path/v3/api-docs
128
+ * Documentation will be available at the following url for json format: http://server:port/context-path/v3/api-docs
130
129
* ` server ` : The server name or IP
131
130
* ` port ` : The server port
132
131
* ` context-path ` : The context path of the application
@@ -220,7 +219,7 @@ its [contributors](https://github.com/springdoc/springdoc-openapi/graphs/contrib
220
219
<img src =" https://contrib.rocks/image?repo=springdoc/springdoc-openapi " width =" 50% " />
221
220
</a >
222
221
223
- Thanks you all for your support!
222
+ Thank you all for your support!
224
223
225
224
## Additional Support
226
225
0 commit comments