小编Den*_*day的帖子

有没有办法在 Spring Boot 2 Actuator 中禁用 ReactiveHealthIndicators?

使用 Spring Boot 2.1.2 执行器。我的类路径中有 Redis。Actuator 会自动启用 RedisReactiveHealthIndicator。我不想要这样。我的应用程序不是反应式的。我想要 RedisHealthIndicator,但反应式正在取代它。

有没有办法停止自动启用反应性健康指标?

spring-boot spring-boot-actuator

4
推荐指数
1
解决办法
4110
查看次数

标签 统计

spring-boot ×1

spring-boot-actuator ×1