从nacos拉取配置

This commit is contained in:
2025-09-11 01:11:17 +08:00
parent ee7556f706
commit 47cbb100d6
3 changed files with 15 additions and 49 deletions

View File

@ -74,6 +74,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-starter-loadbalancer</artifactId>