SpringBoot与SpringCloud版本问题
来源:6-6 实现服务的注册与发现-运行测试
温柔的微笑
2019-01-22
org.springframework.boot
spring-boot-starter-parent
2.0.2.RELEASE
org.springframework.cloud
spring-cloud-starter
2.0.1.RELEASE
org.springframework.cloud
spring-cloud-starter-netflix-eureka-client
2.0.1.RELEASE
这是我的版本程序运行没有问题,我想问实际开发过程中会使用starter版本还是需要自己引包并匹配版本
写回答
1回答
-
老卫
2019-01-22
建议用starter,兼容性好。
00
相似问题