File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,9 +100,10 @@ Pivotal)
100100* Automatically deploys swagger-ui to a Spring Boot 3.x application
101101* Documentation will be available in HTML format, using the
102102 official [ swagger-ui jars] ( https://github.com/swagger-api/swagger-ui.git ) .
103- * The Swagger UI page should then be available at http://server :
104- port/context-path/swagger-ui.html and the OpenAPI description will be available at the
105- following url for json format: http://server:port/context-path/v3/api-docs
103+ * The Swagger UI page should then be available at
104+ http://server:port/context-path/swagger-ui.html and the OpenAPI description will be
105+ available at the following url for JSON format:
106+ http://server:port/context-path/v3/api-docs
106107 * ` server ` : The server name or IP
107108 * ` port ` : The server port
108109 * ` context-path ` : The context path of the application
@@ -155,7 +156,7 @@ springdoc.swagger-ui.path=/swagger-ui.html
155156
156157## Integration of the library in a Spring Boot 3.x project without the swagger-ui:
157158
158- * 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 :
159160 port/context-path/v3/api-docs
160161 * ` server ` : The server name or IP
161162 * ` port ` : The server port
You can’t perform that action at this time.
0 commit comments