spring-cloud-alibaba 版本说明

  • 一. alibaba 组件版本关系
  • 二. nacos 版本关系
    • Nacos Spring
    • spring-boot-starter
      • 1. nacos-config-spring-boot-starter 配置管理
      • 2. nacos-discovery-spring-boot-starter 注册发现
    • Nacos Spring Cloud
      • 1. spring-cloud-starter-alibaba-nacos-config
      • 2. spring-cloud-starter-alibaba-nacos-discovery

一. alibaba 组件版本关系

Spring Cloud Alibaba Version Sentinel Version Nacos Version RocketMQ Version Dubbo Version Seata Version
2.2.3.RELEASE or
2.1.3.RELEASE or
2.0.3.RELEASE
1.8.0 1.3.3 4.4.0 2.7.8 1.3.0
2.2.1.RELEASE or
2.1.2.RELEASE or
2.0.2.RELEASE
1.7.1 1.2.1 4.4.0 2.7.6 1.2.0
2.2.0.RELEASE 1.7.1 1.1.4 4.4.0 2.7.4.1 1.0.0
2.1.1.RELEASE or
2.0.1.RELEASE or
1.5.1.RELEASE
1.7.0 1.1.4 4.4.0 2.7.3 0.9.0
2.1.0.RELEASE or
2.0.0.RELEASE or
1.5.0.RELEASE
1.6.3 1.1.1 4.4.0 2.7.3 0.7.1

这里只搬了组件版本关系,详情看官网吧 https://github.com/alibaba/spring-cloud-alibaba/wiki/版本说明

二. nacos 版本关系

Nacos Spring

用默认的,不写版本号

<dependency><groupId>com.alibaba.nacos</groupId><artifactId>nacos-spring-context</artifactId>
</dependency>

spring-boot-starter

一般使用springboot默认的版本号,不用手动设置
https://nacos.io/zh-cn/docs/quick-start-spring-boot.html

1. nacos-config-spring-boot-starter 配置管理

<dependency><groupId>com.alibaba.boot</groupId><artifactId>nacos-config-spring-boot-starter</artifactId><version>${latest.version}</version>
</dependency>
nacos-config-spring-boot-starter SpringBoot
0.2.x.RELEASE 2.x
0.1.x.RELEASE 1.x

2. nacos-discovery-spring-boot-starter 注册发现

<dependency><groupId>com.alibaba.boot</groupId><artifactId>nacos-discovery-spring-boot-starter</artifactId><version>${latest.version}</version>
</dependency>
nacos-discovery-spring-boot-starter SpringBoot
0.2.x.RELEASE 2.x
0.1.x.RELEASE 1.x

Nacos Spring Cloud

https://nacos.io/zh-cn/docs/quick-start-spring-cloud.html

1. spring-cloud-starter-alibaba-nacos-config

<dependency><groupId>com.alibaba.cloud</groupId><artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId><version>${latest.version}</version>
</dependency>
spring-cloud-starter-alibaba-nacos-config SpringBoot
2.1.x.RELEASE 2.1.x
2.0.x.RELEASE 2.0.x
1.5.x.RELEASE 1.5.x

2. spring-cloud-starter-alibaba-nacos-discovery

<dependency><groupId>com.alibaba.cloud</groupId><artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId><version>${latest.version}</version>
</dependency>
spring-cloud-starter-alibaba-nacos-discovery SpringBoot
2.1.x.RELEASE 2.1.x
2.0.x.RELEASE 2.0.x
1.5.x.RELEASE 1.5.x

spring-cloud-alibaba 版本说明相关推荐

  1. Spring Boot、Spring Cloud、Spring Cloud Alibaba版本关系查询

    Spring Boot与Spring Cloud 查询接口:https://start.spring.io/actuator/info 结果如下: Spring Cloud Alibaba对应版本 官 ...

  2. Spring Cloud Alibaba 版本对照详情

    版本说明 组件版本关系 Spring Cloud Alibaba Version Sentinel Version Nacos Version RocketMQ Version Dubbo Versi ...

  3. spring cloud alibaba版本选择

    https://github.com/alibaba/spring-cloud-alibaba/wiki/版本说明 Spring Cloud Version Spring Cloud Version ...

  4. Spring Cloud alibaba版本对应

  5. Spring Cloud Alibaba - 02 SpringCloud 、 SpringCloud Alibaba 、SpringBoot的生产版本选择

    文章目录 Spring Cloud 生态圈概览 Spring Cloud Spring Cloud Alibaba 版本选择 Spring Boot 版本说明 Spring Cloud 版本说明 Sp ...

  6. Spring Cloud Alibaba 2021.0.1.0 版本发布啦

    01 什么是 Spring Cloud Alibaba? Aliware Spring Cloud Alibaba 是由阿里巴巴(后文简称:阿里)中间件团队于 2018 年 7 月开源,为业界提供的一 ...

  7. Spring Cloud Alibaba基础教程:使用Sentinel实现接口限流

    点击蓝色"程序猿DD"关注我哟 加个"星标",不忘签到哦 最近管点闲事浪费了不少时间,感谢网友们的留言提醒. 及时纠正路线,继续跟大家一起学习Spring Cl ...

  8. spring cloud Alibaba 的 Nacos学习笔记

    spring cloud Alibaba 的 Nacos学习笔记 文章目录 spring cloud Alibaba 的 Nacos学习笔记 下载nacos spring cloud Alibaba依 ...

  9. Spring Cloud 与 Dubbo 的完美融合之手「Spring Cloud Alibaba」

    很早以前,在刚开始搞 Spring Cloud 基础教程的时候,写过这样一篇文章:<微服务架构的基础框架选择:Spring Cloud 还是 Dubbo ?>,可能不少读者也都看过.之后也 ...

  10. Spring Cloud Alibaba基础教程版本升级:0.2.1-gt;0.2.2

    最近Spring Cloud Alibaba发布了最新版本,其中包含了一些比较重要的内容,比如:Nacos 1.0.0支持,Dubbo的支持等.所以把之前的系列文章中内容以及代码案例都做了升级,其中包 ...

最新文章

  1. 建模大师怎么安装到revit中_「Revit技巧」插件挤满了、冲突了,怎么办?
  2. python考证什么时候报名-2019年3月上海计算机二级考试报名时间安排 什么时候报名...
  3. wxWidgets:多重继承
  4. uniapp 填充剩余高度
  5. Android SDK 2.2 开发环境安装
  6. Docker容器中的Linux机器快速设置国内源
  7. python jpg 压缩因子_IOS图像2之jpg、png图片保存、互转、设置有损压缩因子
  8. 江苏开放计算机绘图作业1,江苏开放大学计算机绘图形考2
  9. 很多人搞不清楚的两个类Vector,ArrayList
  10. 揭秘Windows Server 2008新功能
  11. 网管员的最爱!解密六款低成本RADIUS
  12. 3Dmax导入bip(此篇讲解模型都有骨骼)
  13. 使用LTT升级HP磁带机的固件程序
  14. 计算机公式与函数有何区别,Excel中公式和函数的区别/excle中的函数公式
  15. Windows 服务器使用FTP出现“当前的安全设置不允许从该位置下载文件 警告
  16. android时间24小时,安卓时间显示TextClock显示日期时间,24小时制和12小时制(自定义...
  17. 亚马逊下架产品还能重新恢复吗?
  18. CS224N研究热点2_Linear Algebraic Structure of Word Senses, with Applications to Polysemy(对于一词多义的向量表示研究)
  19. 输入被除数和除数,求商。
  20. 电脑驱动是什么,它有什么作用呢?

热门文章

  1. win10 安装 CH340驱动
  2. uni-app的uni-ui组件使用
  3. ardl模型stata命令_Stata新命令快讯: 有向无环图、模糊倍分法等
  4. Revman 做meta
  5. vue-router导航守卫
  6. html5魔塔存档模块,魔塔世界完整版源码
  7. day48 - 49
  8. Linux QT 4G发送HTTP POST请求发送JSON格式的数据
  9. iframe的src可以引入任何源,但是二者如果想通信的话,必须是同源,如果是非同源,如何解决?
  10. C# string 字符串去重