feat: 更新配置文件和代码,优化Swagger文档和负载均衡支持

This commit is contained in:
2026-01-08 01:15:56 +08:00
parent 05aeef2f79
commit fc72acf490
11 changed files with 72 additions and 43 deletions

View File

@@ -79,5 +79,9 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
</project>