Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,10 @@ Pivotal)
* Automatically deploys swagger-ui to a Spring Boot 3.x application
* Documentation will be available in HTML format, using the
official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git).
* 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
* 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
* `server`: The server name or IP
* `port`: The server port
* `context-path`: The context path of the application
Expand Down Expand Up @@ -155,7 +156,7 @@ springdoc.swagger-ui.path=/swagger-ui.html

## Integration of the library in a Spring Boot 3.x project without the swagger-ui:

* Documentation will be available at the following url for json format: http://server:
* Documentation will be available at the following url for JSON format: http://server:
port/context-path/v3/api-docs
* `server`: The server name or IP
* `port`: The server port
Expand Down