注释类型 ManagementContextConfiguration


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    @Configuration
    public @interface ManagementContextConfiguration
    Specialized @Configuration class that defines configuration specific for the management context. Configurations should be registered in /META-INF/spring.factories under the org.springframework.boot.actuate.autoconfigure.ManagementContextConfiguration key.

    ManagementContextConfiguration classes can be ordered using Order. Ordering by implementing Ordered is not supported and will have no effect.

    从以下版本开始:
    1.3.0