public class EmbeddedDataBaseCondition extends Object implements org.springframework.context.annotation.Condition
| 构造器和说明 |
|---|
EmbeddedDataBaseCondition() |
public boolean matches(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata)
matches 在接口中 org.springframework.context.annotation.Conditioncontext - the condition contextmetadata - the metadata of the class
or method being checkedtrue if the condition matches and the component can be registered,
or false to veto the annotated component's registrationCopyright © 2021. All rights reserved.