我正在为我的应用程序实现执行器和 Spring Boot Admin。当我向 /actuators 发送请求时,我得到除缓存之外的所有执行器点。
我尝试在 application.yaml 中打开/关闭缓存运行状况监控,但没有成功。
cache:
hazelcast:
instance_name: hazelcast-cache
health:
monitoring:
level: OFF
应用程序.yaml:
web:
exposure:
include: "*"
构建.gradle:
compile group: 'de.codecentric', name: 'spring-boot-admin-starter-client', version: '2.0.6'```
森栏
相关分类