使用 Spring Boot 2.1.2 执行器。我的类路径中有 Redis。Actuator 会自动启用 RedisReactiveHealthIndicator。我不想要这样。我的应用程序不是反应式的。我想要 RedisHealthIndicator,但反应式正在取代它。
有没有办法停止自动启用反应性健康指标?
spring-boot spring-boot-actuator
spring-boot ×1
spring-boot-actuator ×1