You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``springdoc-openapi`` is on [Open Collective](https://opencollective.com/springdoc). If you ❤️ this project consider becoming
15
15
a [sponsor](https://github.com/sponsors/springdoc).
16
16
17
17
This project is sponsored by
@@ -41,7 +41,6 @@ This project is sponsored by
41
41
-[Source Code for Demo Applications.](#source-code-for-demo-applications)
42
42
-[Demo Spring Boot 2 Web MVC with OpenAPI 3.](#demo-spring-boot-2-web-mvc-with-openapi-3)
43
43
-[Demo Spring Boot 2 WebFlux with OpenAPI 3.](#demo-spring-boot-2-webflux-with-openapi-3)
44
-
-[Demo Spring Boot 1 Web MVC with OpenAPI 3.](#demo-spring-boot-1-web-mvc-with-openapi-3)
45
44
-[Demo Spring Boot 2 WebFlux with Functional endpoints OpenAPI 3.](#demo-spring-boot-2-webflux-with-functional-endpoints-openapi-3)
46
45
-[Demo Spring Boot 2 and Spring Hateoas with OpenAPI 3.](#demo-spring-boot-2-and-spring-hateoas-with-openapi-3)
47
46
-[Integration of the library in a Spring Boot 3.x project without the swagger-ui:](#integration-of-the-library-in-a-spring-boot-3x-project-without-the-swagger-ui)
@@ -79,8 +78,7 @@ The following video introduces the Library:
79
78
80
79
For *spring-boot v3* support, make sure you use [springdoc-openapi v2](https://springdoc.org/)
81
80
82
-
This is a community-based project, not maintained by the Spring Framework Contributors (
83
-
Pivotal)
81
+
This is a community-based project, not maintained by the Spring Framework Contributors (Pivotal)
84
82
85
83
# **Getting Started**
86
84
@@ -96,7 +94,7 @@ Pivotal)
96
94
*`port`: The server port
97
95
*`context-path`: The context path of the application
98
96
* Documentation can be available in yaml format as well, on the following path:
99
-
/v3/api-docs.yaml
97
+
`/v3/api-docs.yaml`
100
98
* Add the `springdoc-openapi-ui` library to the list of your project dependencies (No
101
99
additional configuration is needed):
102
100
@@ -184,15 +182,15 @@ and `@SecurityScheme` annotations within a Spring managed bean.
184
182
185
183
* Documentation can be available in yaml format as well, on the following path :
186
184
/v3/api-docs.yaml
187
-
* Add the library to the list of your project dependencies (No additional configuration
185
+
* Add the library to the list of your project dependencies (No additional configuration
0 commit comments