Update 36.3.1. Class conditions.md
parent
9d403718ee
commit
10827440f8
|
@ -0,0 +1,3 @@
|
|||
### 36.3.1. Class条件
|
||||
|
||||
@ConditionalOnClass和@ConditionalOnMissingClass注解允许根据特定类是否出现来跳过配置。由于注解元数据是使用[ASM](http://asm.ow2.org/)来解析的,你实际上可以使用value属性来引用真正的类,即使该类可能实际上并没有出现在运行应用的classpath下。如果你倾向于使用一个String值来指定类名,你也可以使用name属性。
|
Loading…
Reference in New Issue