How can I disable the refreshScope health indicator in spring boot + cloud?

dev*_*eed 3 spring spring-boot spring-cloud spring-boot-actuator

I've disabled the config server health indicator with health.config.enabled=false but that isn't disabling the refreshScope health indicator.

执行器健康检查响应

gly*_*ing 6

Use:

management.health.refresh.enabled=false
Run Code Online (Sandbox Code Playgroud)