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

Spring Cloud Alibaba 版本

我在spring cloud alibaba github wiki上看到最新版本是2.1.0.RELEASE。当我把它作为pom介绍时,我无法添加相关的依赖项,比如nacos。

org.springframework.cloud spring-cloud-dependencies ${spring.cloud.version} pom import

        <dependency>
            <groupId>com.alibaba.cloud</groupId>
            <artifactId>spring-cloud-alibaba-dependencies</artifactId>
            <version>2.1.0.RELEASE</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

org.springframework.cloud spring-cloud-starter-alibaba-nacos-discovery

原提问者GitHub用户a601942905git

展开
收起
白夜行fighting 2023-06-11 10:27:58 284 0
1 条回答
写回答
取消 提交回答
  • GroupID spring-cloud-starter-alibaba-nacos-discovery 是com.alibaba.cloud

    原回答者GitHub用户fangjian0423

    2023-06-11 11:25:32
    赞同 展开评论 打赏

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

相关电子书

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

相关实验场景

更多