Skip to content

Commit 9545c31

Browse files
committed
Adding spring-boot 4 pages
1 parent c6b65b2 commit 9545c31

File tree

1 file changed

+14
-22
lines changed

1 file changed

+14
-22
lines changed

README.md

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
[![Known Vulnerabilities](https://snyk.io/test/github/springdoc/springdoc-openapi.git/badge.svg)](https://snyk.io/test/github/springdoc/springdoc-openapi.git)
55
[![Stack Exchange questions](https://img.shields.io/stackexchange/stackoverflow/t/springdoc)](https://stackoverflow.com/questions/tagged/springdoc?tab=Votes)
66

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-
157

168
``springdoc-openapi`` is on [Open Collective](https://opencollective.com/springdoc). If
179
you ❤️ this project consider becoming a [sponsor](https://github.com/sponsors/springdoc).
@@ -48,11 +40,11 @@ This project is sponsored by
4840
- [Library for springdoc-openapi integration with spring-boot and swagger-ui](#library-for-springdoc-openapi-integration-with-spring-boot-and-swagger-ui)
4941
- [Spring-boot with OpenAPI Demo applications.](#spring-boot-with-openapi-demo-applications)
5042
- [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)
5648
- [Error Handling for REST using @ControllerAdvice](#error-handling-for-rest-using-controlleradvice)
5749
- [Adding API Information and Security documentation](#adding-api-information-and-security-documentation)
5850
- [spring-webflux support with Annotated Controllers](#spring-webflux-support-with-annotated-controllers)
@@ -95,7 +87,7 @@ Pivotal)
9587

9688
## Library for springdoc-openapi integration with spring-boot and swagger-ui
9789

98-
* Automatically deploys swagger-ui to a Spring Boot 3.x application
90+
* Automatically deploys swagger-ui to a Spring Boot 4.x application
9991
* Documentation will be available in HTML format, using the
10092
official [swagger-ui jars](https://github.com/swagger-api/swagger-ui.git).
10193
* The Swagger UI page should then be available at http://server:
@@ -135,23 +127,23 @@ springdoc.swagger-ui.path=/swagger-ui.html
135127

136128
## Spring-boot with OpenAPI Demo applications.
137129

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).
139131

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).
141133

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).
143135

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).
145137

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).
147139

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).
149141

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).
151143

152144
![Branching](https://springdoc.org/img/pets.png)
153145

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:
155147

156148
* Documentation will be available at the following url for json format: http://server:
157149
port/context-path/v3/api-docs

0 commit comments

Comments
 (0)