注释类型 ManagementContextConfiguration
@Target(TYPE) @Retention(RUNTIME) @Documented @Configuration public @interface ManagementContextConfiguration
Specialized@Configurationclass that defines configuration specific for the management context. Configurations should be registered in/META-INF/spring.factoriesunder theorg.springframework.boot.actuate.autoconfigure.ManagementContextConfigurationkey.ManagementContextConfigurationclasses can be ordered usingOrder. Ordering by implementingOrderedis not supported and will have no effect.- 从以下版本开始:
- 1.3.0