我正在為我的應用程序實現執行器和 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
提交
取消