配置文件从nacos拉

This commit is contained in:
2025-09-11 00:42:41 +08:00
parent fea82a58c8
commit f1f5893c99
7 changed files with 78 additions and 138 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.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>