1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

所有服务接入Nacos服务发现

This commit is contained in:
2022-11-05 22:33:44 +08:00
parent feeb171cff
commit 529ef7528e
49 changed files with 174 additions and 127 deletions

View File

@@ -76,6 +76,12 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- Nacos -->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
<!-- 热部署 -->
<!--<dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->