增加探针配置
All checks were successful
Build Push and Deploy Image / build (push) Successful in 22m32s

This commit is contained in:
bamanker
2026-01-08 13:59:30 +08:00
parent 54202d8fd7
commit 06cfebccab
3 changed files with 77 additions and 20 deletions

View File

@@ -87,6 +87,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<!-- Spring Boot Actuator提供健康检查端点 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
<build>
<finalName>dailylove</finalName>