配置文件由nacos拉取

This commit is contained in:
2025-09-11 00:15:11 +08:00
parent 797b725c1a
commit 99e78afe16
4 changed files with 21 additions and 85 deletions

View File

@ -75,6 +75,11 @@
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons</artifactId>