Nacos的依赖

Nacos安装指南(windows版本):https://www.cnblogs.com/gfl-1112/p/17771364.html
Nacos安装指南(Linux版本):https://www.cnblogs.com/gfl-1112/p/17771373.html
Nacos的依赖:https://www.cnblogs.com/gfl-1112/p/17771375.html
Nacos注册中心:https://www.cnblogs.com/gfl-1112/p/17771589.html
Nacos配置管理——统一配置管理:https://www.cnblogs.com/gfl-1112/p/17771693.html
Nacos配置管理——配置热更新:https://www.cnblogs.com/gfl-1112/p/17771715.html
Nacos配置管理——多环境配置共享:https://www.cnblogs.com/gfl-1112/p/17772363.html
Nacos集群搭建:https://www.cnblogs.com/gfl-1112/p/17772536.html

Nacos的依赖

父工程:

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

 

客户端:

<!-- nacos客户端依赖包 -->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
posted @ 2023-10-18 09:54  小小野生程序员sunny  阅读(72)  评论(0编辑  收藏  举报