类 DbConfig
java.lang.Object
com.sie.mbm.mom.framework.db.flex.config.DbConfig
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.mybatisflex.core.table.DynamicTableProcessor表名-驼峰转下划线com.mybatisflex.annotation.InsertListenercom.github.pagehelper.PageInterceptor分页插件com.mybatisflex.annotation.UpdateListener
-
构造器详细资料
-
DbConfig
public DbConfig()
-
-
方法详细资料
-
dynamicTableProcessor
@Bean public com.mybatisflex.core.table.DynamicTableProcessor dynamicTableProcessor()表名-驼峰转下划线 -
pageInterceptor
@Bean public com.github.pagehelper.PageInterceptor pageInterceptor()分页插件 -
insertListener
@Bean @ConditionalOnMissingBean(com.mybatisflex.annotation.InsertListener.class) public com.mybatisflex.annotation.InsertListener insertListener() -
updateListener
@Bean @ConditionalOnMissingBean(com.mybatisflex.annotation.UpdateListener.class) public com.mybatisflex.annotation.UpdateListener updateListener()
-