整合nacos配置

This commit is contained in:
2026-02-02 15:33:19 +08:00
parent da78005ad7
commit 872be51082
4 changed files with 49 additions and 1 deletions
+6
View File
@@ -96,6 +96,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- Nacos 配置中心 -->
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>nacos-config-spring-boot-starter</artifactId>
</dependency>
</dependencies>
<build>