批注接口 OverrideAutoConfiguration
Annotation that can be used to override
@EnableAutoConfiguration
. Often used in combination
with @ImportAutoConfiguration
to limit the
auto-configuration classes that are loaded.- 从以下版本开始:
- 1.4.0
- 作者:
- Phillip Webb
- 另请参阅:
-
必需元素概要
所需元素
-
元素详细资料
-
enabled
boolean enabledThe value of theenabled override property
.- 返回:
- the override value
-