背景
SpringBoot和SpringCloud的版本須要對應,否則會由於jar包版本不兼容致使一系列奇怪的問題。由於官方不會保證SpringBoot和SpringCloud不一樣版本的兼容性。spring
大版本對應spring-boot
SpringCloud版本 | SpringBoot版本 |
Hoxton 2.2.x | 2.2.x |
Greenwich 2.1.x | 2.1.x |
Finchley 2.0.x | 2.0.x |
Edgware 1.5.x | 1.5.x |
Dalston 1.5.x | 1.5.x |
參考:https://spring.io/projects/spring-cloudci
其餘
spring-cloud-dependencies 版本列表可查看:https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependenciesit
spring-boot-starter-parent 版本列表可查看:https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent
io