springcould与springboot对应版本
搭建springcloud项目时要注意搭配对应的springboot版本,否则报错无法启动
以下为cloud和boot对应版本
Greenwich可以构建并与Spring Boot 2.1.x一起使用,并且不能与Spring Boot 1.5.x一起使用。
注:达尔斯顿发布列车将达到最终的寿命在2018年十二月埃奇韦尔将遵循春季启动1.5.x.的结束生命周期
Dalston和Edgware发行列车建立在Spring Boot 1.5.x上,并且不能与Spring Boot 2.0.x一起使用。
spring-cloud-dependencies 的maven地址
https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-dependencies
spring-boot-starter-parent 的maven地址
https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent