springcloud和springboot版本兼容
时间: 2023-11-09 20:01:17 浏览: 122
springboot+springcloud
Spring Cloud 是基于 Spring Boot 进行开发的,它们之间的版本兼容关系如下:
- Spring Cloud 2020.x 与 Spring Boot 2.4.x 兼容
- Spring Cloud 2020.x 与 Spring Boot 2.3.x 兼容
- Spring Cloud Hoxton 版本与 Spring Boot 2.2.x 兼容
- Spring Cloud Greenwich 版本与 Spring Boot 2.1.x 兼容
但需要注意的是,并不是所有的 Spring Cloud 版本都与特定版本的 Spring Boot 兼容。因此,在使用时,需要查看 Spring Cloud 的文档,确定所使用的 Spring Cloud 版本与 Spring Boot 版本的兼容性关系。
阅读全文