Class SeataDataSourceProxyChecker
java.lang.Object
com.baomidou.dynamic.datasource.check.SeataDataSourceProxyChecker
- All Implemented Interfaces:
org.springframework.beans.factory.SmartInitializingSingleton
@Component
@ConditionalOnProperty(prefix="spring.datasource.dynamic",
name="seata",
havingValue="true",
matchIfMissing=false)
public class SeataDataSourceProxyChecker
extends Object
implements org.springframework.beans.factory.SmartInitializingSingleton
-
Constructor Summary
ConstructorsConstructorDescriptionSeataDataSourceProxyChecker(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
-
Constructor Details
-
SeataDataSourceProxyChecker
public SeataDataSourceProxyChecker(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
afterSingletonsInstantiated
public void afterSingletonsInstantiated()- Specified by:
afterSingletonsInstantiatedin interfaceorg.springframework.beans.factory.SmartInitializingSingleton
-