注释类型 ConditionalOnEnabledHealthIndicator


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    @Documented
    @Conditional(org.springframework.boot.actuate.autoconfigure.OnEnabledHealthIndicatorCondition.class)
    public @interface ConditionalOnEnabledHealthIndicator
    Conditional that checks whether or not a default health indicator is enabled. Matches if the value of the management.health.<name>.enabled property is true. Otherwise, matches if the value of the management.health.defaults.enabled property is true or if it is not configured.
    从以下版本开始:
    1.3.0
    • 必需元素概要

      所需元素 
      修饰符和类型必需的元素说明
      Stringvalue
      The name of the health indicator.
    • 元素详细资料

      • value

        String value
        The name of the health indicator.
        返回:
        the name of the health indicator