如何禁用 configserver Health 页面检查默认标签 git
Posted
技术标签:
【中文标题】如何禁用 configserver Health 页面检查默认标签 git【英文标题】:How to disable configserver Health page checking for default label git 【发布时间】:2020-01-27 01:48:29 【问题描述】:我有简单的配置服务器实现,当我浏览 /health
端点时,我得到:
status:"UP",
"details":
"configserver":
"status":"UP",
"details":
"repositories":[
...
如何在我的配置服务器再次检查配置服务器运行状况时停止这种情况。这导致配置服务器多次调用 git,这在我的场景中是不需要的。
【问题讨论】:
你有没有想过这个问题?我发现下面的注释实际上不起作用,因为它仍然输出 propertySources 对象。 【参考方案1】:设置spring.cloud.config.server.health.enabled=false
【讨论】:
以上是关于如何禁用 configserver Health 页面检查默认标签 git的主要内容,如果未能解决你的问题,请参考以下文章
我的 Spring Boot 应用程序的 /health 端点正在发出有关在同一台机器上运行的 Consul 服务器的所有信息。如何禁用此功能?
如何禁用`gcloud preview app run'的运行状况检查
如何在 spring boot + cloud 中禁用 refreshScope 健康指示器?