开发者社区 > 云原生 > 正文

在Spring Boot2.4.2 and Spring Cloud Alibaba 2021.1

根据https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E 文中 版本说明,进行了项目pom.xml配置

4.0.0 org.springframework.boot spring-boot-starter-parent 2.4.2 com.hanb.cn cardSysset 0.0.1-SNAPSHOT cardSysset 会员 1.8 2020.0.0 org.springframework.boot spring-boot-starter-web org.springframework.cloud spring-cloud-starter com.alibaba.cloud spring-cloud-starter-alibaba-nacos-discovery com.alibaba.nacos nacos-client com.alibaba.cloud spring-cloud-starter-alibaba-nacos-config com.alibaba.nacos nacos-client com.alibaba.nacos nacos-client com.alibaba.cloud spring-cloud-starter-alibaba-sentinel com.alibaba.csp sentinel-datasource-nacos com.alibaba druid-spring-boot-starter 1.2.5 org.projectlombok lombok provided com.ibeetl beetl-framework-starter 1.2.10.RELEASE org.springframework.boot spring-boot-starter-data-jpa org.springframework.boot spring-boot-starter-test test org.junit.vintage junit-vintage-engine org.springframework.boot spring-boot-starter mysql mysql-connector-java runtime org.springframework.boot spring-boot-configuration-processor true org.springframework.cloud spring-cloud-dependencies ${spring-cloud.version} pom import com.alibaba.cloud spring-cloud-alibaba-dependencies 2021.1 pom import org.springframework.boot spring-boot-maven-plugin

程序启动后无法链接到配置中心获取配置,如果把Spring Boot 版本切换到2.3.9.RELEASE,spring-cloud.version切换到Hoxton.SR10程序可正常运行 请问,我上述的2.4.2配置哪里错误了,谢谢您

原提问者GitHub用户jackwang-wangcb

展开
收起
学习娃 2023-05-22 16:27:32 110 0
1 条回答
写回答
取消 提交回答
  • 2.4.2 改了配置的加载,估计是cloud-alibaba还没对应过来吧,目前我这边也有同样的问题,看官方说明没有2.4版本【注意:版本 2.1.x.RELEASE 对应的是 Spring Boot 2.1.x 版本。版本 2.0.x.RELEASE 对应的是 Spring Boot 2.0.x 版本,版本 1.5.x.RELEASE 对应的是 Spring Boot 1.5.x 版本】

    添加下面的依赖后解决了问题: org.springframework.cloud spring-cloud-starter-bootstrap

    原回答者GitHub用户zhouwei517

    2023-05-23 09:46:51
    赞同 展开评论 打赏

阿里云拥有国内全面的云原生产品技术以及大规模的云原生应用实践,通过全面容器化、核心技术互联网化、应用 Serverless 化三大范式,助力制造业企业高效上云,实现系统稳定、应用敏捷智能。拥抱云原生,让创新无处不在。

相关电子书

更多
workshop专场-微服务专场-开发者动手实践营-微服务-Spring Cloud Alibaba 微服务全家桶体验 立即下载
云栖社区特邀专家徐雷Java Spring Boot开发实战系列课程(第20讲):经典面试题与阿里等名企内部招聘求职面试技巧 立即下载
微服务架构模式与原理Spring Cloud开发实战 立即下载

相关实验场景

更多