mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-04 08:57:34 +08:00
fix: 两个springboot新增探活机制
This commit is contained in:
@@ -129,3 +129,6 @@ springdoc.info.description=OpenIsle Open API Documentation
|
|||||||
springdoc.info.version=0.0.1
|
springdoc.info.version=0.0.1
|
||||||
springdoc.info.scheme=Bearer
|
springdoc.info.scheme=Bearer
|
||||||
springdoc.info.header=Authorization
|
springdoc.info.header=Authorization
|
||||||
|
|
||||||
|
management.endpoints.web.exposure.include=health,info
|
||||||
|
management.endpoint.health.probes.enabled=true
|
||||||
@@ -19,4 +19,7 @@ logging.level.org.springframework.messaging=${MESSAGING_LOG_LEVEL:DEBUG}
|
|||||||
logging.level.org.springframework.web.socket=${WEBSOCKET_LOG_LEVEL:DEBUG}
|
logging.level.org.springframework.web.socket=${WEBSOCKET_LOG_LEVEL:DEBUG}
|
||||||
|
|
||||||
# 网站 URL 配置
|
# 网站 URL 配置
|
||||||
app.website-url=${WEBSITE_URL:https://www.open-isle.com}
|
app.website-url=${WEBSITE_URL:https://www.open-isle.com}
|
||||||
|
|
||||||
|
management.endpoints.web.exposure.include=health,info
|
||||||
|
management.endpoint.health.probes.enabled=true
|
||||||
Reference in New Issue
Block a user