Skip to content

Commit 80a4b16

Browse files
author
bnasslahsen
committed
2 parents b9f89fb + 62b8cea commit 80a4b16

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ This is a community-based project, not maintained by the Spring Framework Contri
2929

3030

3131
# **Getting Started**
32+
![overview](https://springdoc.org/assets/images/common.jpg)
3233

33-
## Library for springdoc-openapi integration with spring-boot and swagger-ui
34+
## Integration between spring-boot and swagger-ui
3435
* Automatically deploys swagger-ui to a spring-boot application
3536
* Documentation will be available in HTML format, using the official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git).
3637
* 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
5455
springdoc.swagger-ui.path=/swagger-ui.html
5556
```
5657

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:
5859
* Documentation will be available at the following url for json format: http://server:port/context-path/v3/api-docs
5960
* server: The server name or IP
6061
* port: The server port

0 commit comments

Comments
 (0)