谷粒商城-为了防止新手在版本上面掉入各种坑推荐版本号


renren-fast 的spring-boot版本

org.springframework.boot
spring-boot-starter-parent
2.2.4.RELEASE


其他服务spring-boot版本

org.springframework.boot
spring-boot-starter-parent
2.3.3.RELEASE

统一的spring-cloud版本

Hoxton.SR7

alibaba版本



com.alibaba.cloud
spring-cloud-alibaba-dependencies
2.1.0.RELEASE
pom
import


注册中心版本、服务发现版本


com.alibaba.cloud
spring-cloud-starter-alibaba-nacos-discovery
2.2.0.RELEASE



com.alibaba.cloud
spring-cloud-starter-alibaba-nacos-config
2.2.0.RELEASE

为了避免版本导致的一些问题,如:路由正确验证码却不出现,版本冲突等问题 请使用以上推荐版本

相关