File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ Pivotal)
102102 official [ swagger-ui jars] ( https://github.com/swagger-api/swagger-ui.git ) .
103103* The Swagger UI page should then be available at
104104 http://server:port/context-path/swagger-ui.html and the OpenAPI description will be
105- available at the following url for json format:
105+ available at the following url for JSON format:
106106 http://server:port/context-path/v3/api-docs
107107 * ` server ` : The server name or IP
108108 * ` port ` : The server port
@@ -156,7 +156,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
156156
157157## Integration of the library in a Spring Boot 3.x project without the swagger-ui:
158158
159- * Documentation will be available at the following url for json format: http://server :
159+ * Documentation will be available at the following url for JSON format: http://server :
160160 port/context-path/v3/api-docs
161161 * ` server ` : The server name or IP
162162 * ` port ` : The server port
You can’t perform that action at this time.
0 commit comments