nacos服务注册

This commit is contained in:
2026-02-02 16:38:01 +08:00
parent 50ac15a8f7
commit b271f0aa87
4 changed files with 13 additions and 3 deletions
+5
View File
@@ -111,6 +111,11 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bootstrap</artifactId>
</dependency>
<!-- 服务注册发现 -->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
</dependencies>
<build>