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注解找不到解决方案
<https://blog.csdn.net/zjh_746140129/article/details/80697921>
2、Spring Cloud Finchley.RC2版本使用分布式配置中心去git仓库读取不到配置文件解决方案
<https://blog.csdn.net/zjh_746140129/article/details/80698111>
Spring Boot与Spring Cloud学习使用可参看笔者博客 ①Spring Cloud入门教程之服务注册与发现Eureka
<https://blog.csdn.net/zjh_746140129/article/details/80557302> ②Spring
Cloud入门教程之服务消费者 Ribbon
<https://blog.csdn.net/zjh_746140129/article/details/80560841> ③Spring
Cloud入门教程之服务消费者 Feign
<https://blog.csdn.net/zjh_746140129/article/details/80573571> ④Spring
Cloud入门教程之断路器 Hystrix
<https://blog.csdn.net/zjh_746140129/article/details/80588584> ⑤Spring
Cloud入门教程之断路由网关 Zuul
<https://blog.csdn.net/zjh_746140129/article/details/80630849> ⑥Spring
Cloud入门教程之分布式配置中心 Spring Cloud Config
<https://blog.csdn.net/zjh_746140129/article/details/80632087> ⑦
idea下新建Spring Boot项目并配置启动
<https://blog.csdn.net/zjh_746140129/article/details/80101122> ⑧Spring
Boot无法自动注入bean问题解决方案
<https://blog.csdn.net/zjh_746140129/article/details/80156223> ⑨idea
设置Spring Boot热部署 <https://blog.csdn.net/zjh_746140129/article/details/80217497>
热门工具 换一换