Spring Boot与Spring Cloud版本匹配关系And踩过的坑

Spring Cloud & Spring Boot 依赖关系


  • Finchley 是基于 Spring Boot 2.0.x 构建的,不支持 Spring Boot 1.5.x
  • Dalston 和 Edgware 是基于 Spring Boot 1.5.x 构建的,不支持 Spring Boot 2.0.x
  • Camden 构建于 Spring Boot 1.4.x,但依然能支持 Spring Boot 1.5.x

Spring Cloud 版本依赖关系
下图揭示了主项目和子项目版本的依赖关系。


踩过到坑:

1、Spring Boot 2.0整合Spring Cloud Finchley版本 @hystrixcommand注解找不到解决方案

2、Spring Cloud Finchley.RC2版本使用分布式配置中心去git仓库读取不到配置文件解决方案


Spring Boot与Spring Cloud学习使用可参看笔者博客

猜你喜欢

转载自blog.csdn.net/zjh_746140129/article/details/80714341