类 DbInitConfig
java.lang.Object
com.sie.mbm.mom.framework.db.flex.config.DbInitConfig
- 所有已实现的接口:
com.mybatisflex.spring.boot.MyBatisFlexCustomizer
@Configuration
public class DbInitConfig
extends Object
implements com.mybatisflex.spring.boot.MyBatisFlexCustomizer
直连数据库初始化, 业务系统如果有自己的配置可以在这个配置类执行完毕后覆盖FlexGlobalConfig中的配置
-
字段详细资料
-
insertListeners
-
updateListeners
-
-
构造器详细资料
-
DbInitConfig
public DbInitConfig()
-
-
方法详细资料
-
customize
public void customize(com.mybatisflex.core.FlexGlobalConfig flexGlobalConfig) - 指定者:
customize在接口中com.mybatisflex.spring.boot.MyBatisFlexCustomizer- 参数:
flexGlobalConfig-
-