SPRINGBOOT 2.2.7对应gateway哪个版本
时间: 2024-04-15 11:24:58 浏览: 67
Spring Boot 2.2.7并没有直接对应的版本号与Spring Cloud Gateway。Spring Cloud Gateway是一个独立的项目,它与Spring Boot版本稍有不同。你可以使用Spring Cloud Hoxton.SR9版本,它是与Spring Boot 2.2.x兼容的版本。
相关问题
SpringBoot 2.7.9版本对应哪个版本 SpringCloud
很抱歉,Spring Boot 2.7.9 版本目前不存在,可能是您想要问的是其他版本。
如果您想了解 Spring Boot 2.2.7 版本对应的 Spring Cloud 版本,可以参考以下对应关系:
| Spring Boot Version | Spring Cloud Version |
| --------------------|---------------------|
| 2.2.7 | Hoxton.SR3 |
需要注意的是,不同的 Spring Boot 版本对应的 Spring Cloud 版本可能会不同,因此需要根据实际情况进行选择。同时,也需要确保使用的 Spring Cloud 版本与其他依赖版本兼容。
springcloud和springboot版本对应关系
下面是常见的 Spring Cloud 和 Spring Boot 版本对应关系:
|Spring Cloud 版本|Spring Boot 版本|
|---|---|
|Spring Cloud 2020.0.x|Spring Boot 2.4.x|
|Spring Cloud Hoxton.SR9|Spring Boot 2.3.10|
|Spring Cloud Hoxton.SR8|Spring Boot 2.3.9|
|Spring Cloud Hoxton.SR7|Spring Boot 2.3.8|
|Spring Cloud Hoxton.SR6|Spring Boot 2.2.9|
|Spring Cloud Hoxton.SR5|Spring Boot 2.2.7|
|Spring Cloud Hoxton.SR4|Spring Boot 2.2.6|
|Spring Cloud Hoxton.SR3|Spring Boot 2.2.5|
|Spring Cloud Hoxton.SR2|Spring Boot 2.2.4|
|Spring Cloud Hoxton.SR1|Spring Boot 2.2.1|
|Spring Cloud Greenwich.SR5|Spring Boot 2.1.13|
|Spring Cloud Greenwich.SR4|Spring Boot 2.1.12|
|Spring Cloud Greenwich.SR3|Spring Boot 2.1.11|
|Spring Cloud Greenwich.SR2|Spring Boot 2.1.10|
|Spring Cloud Greenwich.SR1|Spring Boot 2.1.9|
需要注意的是,这只是一个大体上的对应关系,具体的版本兼容性还需要查阅文档或者官方发布的公告。同时,也需要根据实际情况进行版本选择,不一定非得按照这个对应关系。
阅读全文