fix: 两个springboot新增探活机制

This commit is contained in:
Tim
2025-09-29 19:54:37 +08:00
parent 287d52df10
commit fffd335ebb
2 changed files with 7 additions and 1 deletions

View File

@@ -129,3 +129,6 @@ springdoc.info.description=OpenIsle Open API Documentation
springdoc.info.version=0.0.1
springdoc.info.scheme=Bearer
springdoc.info.header=Authorization
management.endpoints.web.exposure.include=health,info
management.endpoint.health.probes.enabled=true