我正在为我的应用程序实现执行器和 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'```
添加回答
举报
0/150
提交
取消