添加后端部署多节点,nginx节点检查方法/actuator/health

This commit is contained in:
sh
2026-01-16 19:06:11 +08:00
parent fde43cc549
commit 5e9a5d9a30
3 changed files with 13 additions and 1 deletions

View File

@@ -110,6 +110,11 @@
<artifactId>gson</artifactId>
<version>2.9.1</version>
</dependency>
<!-- 健康检查核心依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
<build>