赞
踩
特别注意:
1、在配合使用SpringCloud的SpringBoot时候,他们自己的版本是需要对应的(我就迷迷糊糊犯错了的)。
2、还有,在引入SpringCloud之后,要用里面的组件:eureka,feign等的时候,要注意里面的项目名,这里也是有区别的,版本1.5前后区别还有一点点大
这个对比图是我看别人总结的呢,先贴到这里:
Spring Boot | Spring Cloud |
1.2.x | Angel版本 |
1.3.x | Brixton版本 |
1.4.x | Camden版本 |
1.5.x | Dalston版本、Edgware版本 |
2.0.x | Finchley版本 |
给出我开发中用到的俩个版本对应:
最开始用的SpringBoot:1.5的,如下:
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.11.RELEASE</version> |
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。