|
4 | 4 | [](https://snyk.io/test/github/springdoc/springdoc-openapi.git)
|
5 | 5 | [](https://stackoverflow.com/questions/tagged/springdoc?tab=Votes)
|
6 | 6 |
|
7 |
| -IMPORTANT: ``springdoc-openapi v1.8.0`` is the latest Open Source release supporting |
8 |
| -Spring Boot 2.x and 1.x. |
9 |
| - |
10 |
| -An extended support for [*springdoc-openapi v1*](https://springdoc.org/v1) |
11 |
| -project is now available for organizations that need support beyond 2023. |
12 |
| - |
13 |
| -For more details, feel free to reach |
14 |
| - |
15 | 7 |
|
16 | 8 | ``springdoc-openapi`` is on [Open Collective](https://opencollective.com/springdoc). If
|
17 | 9 | you ❤️ this project consider becoming a [sponsor](https://github.com/sponsors/springdoc).
|
@@ -48,11 +40,11 @@ This project is sponsored by
|
48 | 40 | - [Library for springdoc-openapi integration with spring-boot and swagger-ui](#library-for-springdoc-openapi-integration-with-spring-boot-and-swagger-ui)
|
49 | 41 | - [Spring-boot with OpenAPI Demo applications.](#spring-boot-with-openapi-demo-applications)
|
50 | 42 | - [Source Code for Demo Applications.](#source-code-for-demo-applications)
|
51 |
| - - [Demo Spring Boot 2 Web MVC with OpenAPI 3.](#demo-spring-boot-2-web-mvc-with-openapi-3) |
52 |
| - - [Demo Spring Boot 2 WebFlux with OpenAPI 3.](#demo-spring-boot-2-webflux-with-openapi-3) |
53 |
| - - [Demo Spring Boot 2 WebFlux with Functional endpoints OpenAPI 3.](#demo-spring-boot-2-webflux-with-functional-endpoints-openapi-3) |
54 |
| - - [Demo Spring Boot 2 and Spring Hateoas with OpenAPI 3.](#demo-spring-boot-2-and-spring-hateoas-with-openapi-3) |
55 |
| - - [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) |
| 43 | + - [Demo Spring Boot 4 Web MVC with OpenAPI 3.](#demo-spring-boot-4-web-mvc-with-openapi-3) |
| 44 | + - [Demo Spring Boot 4 WebFlux with OpenAPI 3.](#demo-spring-boot-4-webflux-with-openapi-3) |
| 45 | + - [Demo Spring Boot 4 WebFlux with Functional endpoints OpenAPI 3.](#demo-spring-boot-4-webflux-with-functional-endpoints-openapi-3) |
| 46 | + - [Demo Spring Boot 4 and Spring Hateoas with OpenAPI 3.](#demo-spring-boot-4-and-spring-hateoas-with-openapi-3) |
| 47 | + - [Integration of the library in a Spring Boot 4.x project without the swagger-ui:](#integration-of-the-library-in-a-spring-boot-3x-project-without-the-swagger-ui) |
56 | 48 | - [Error Handling for REST using @ControllerAdvice](#error-handling-for-rest-using-controlleradvice)
|
57 | 49 | - [Adding API Information and Security documentation](#adding-api-information-and-security-documentation)
|
58 | 50 | - [spring-webflux support with Annotated Controllers](#spring-webflux-support-with-annotated-controllers)
|
@@ -95,7 +87,7 @@ Pivotal)
|
95 | 87 |
|
96 | 88 | ## Library for springdoc-openapi integration with spring-boot and swagger-ui
|
97 | 89 |
|
98 |
| -* Automatically deploys swagger-ui to a Spring Boot 3.x application |
| 90 | +* Automatically deploys swagger-ui to a Spring Boot 4.x application |
99 | 91 | * Documentation will be available in HTML format, using the
|
100 | 92 | official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git).
|
101 | 93 | * The Swagger UI page should then be available at http://server:
|
@@ -135,23 +127,23 @@ springdoc.swagger-ui.path=/swagger-ui.html
|
135 | 127 |
|
136 | 128 | ## Spring-boot with OpenAPI Demo applications.
|
137 | 129 |
|
138 |
| -### [Source Code for Demo Applications](https://github.com/springdoc/springdoc-openapi-demos/tree/master). |
| 130 | +### [Source Code for Demo Applications](https://github.com/springdoc/springdoc-openapi-demos/4.x/master). |
139 | 131 |
|
140 |
| -## [Demo Spring Boot 3 Web MVC with OpenAPI 3](https://demos.springdoc.org/demo-spring-boot-3-webmvc). |
| 132 | +## [Demo Spring Boot 4 Web MVC with OpenAPI 3](https://demos1.springdoc.org/demo-spring-boot-webmvc). |
141 | 133 |
|
142 |
| -## [Demo Spring Boot 3 WebFlux with OpenAPI 3](https://demos.springdoc.org/demo-spring-boot-3-webflux/swagger-ui.html). |
| 134 | +## [Demo Spring Boot 4 WebFlux with OpenAPI 3](https://demos1.springdoc.org/demo-spring-boot-webflux/swagger-ui.html). |
143 | 135 |
|
144 |
| -## [Demo Spring Boot 3 WebFlux with Functional endpoints OpenAPI 3](https://demos.springdoc.org/demo-spring-boot-3-webflux-functional/swagger-ui.html). |
| 136 | +## [Demo Spring Boot 4 WebFlux with Functional endpoints OpenAPI 3](https://demos1.springdoc.org/demo-spring-boot-webflux-functional/swagger-ui.html). |
145 | 137 |
|
146 |
| -## [Demo Spring Boot 3 and Spring Cloud Function Web MVC](https://demos.springdoc.org/spring-cloud-function-webmvc). |
| 138 | +## [Demo Spring Boot 4 and Spring Cloud Function Web MVC](https://demos1.springdoc.org/spring-cloud-function-webmvc). |
147 | 139 |
|
148 |
| -## [Demo Spring Boot 3 and Spring Cloud Function WebFlux](http://158.101.191.70:8085/swagger-ui.html). |
| 140 | +## [Demo Spring Boot 4 and Spring Cloud Function WebFlux](http://158.101.191.70:8085/swagger-ui.html). |
149 | 141 |
|
150 |
| -## [Demo Spring Boot 3 and Spring Cloud Gateway](https://demos.springdoc.org/demo-microservices/swagger-ui.html). |
| 142 | +## [Demo Spring Boot 4 and Spring Cloud Gateway](https://demos1.springdoc.org/demo-microservices/swagger-ui.html). |
151 | 143 |
|
152 | 144 | 
|
153 | 145 |
|
154 |
| -## Integration of the library in a Spring Boot 3.x project without the swagger-ui: |
| 146 | +## Integration of the library in a Spring Boot 4.x project without the swagger-ui: |
155 | 147 |
|
156 | 148 | * Documentation will be available at the following url for json format: http://server:
|
157 | 149 | port/context-path/v3/api-docs
|
|
0 commit comments