类 MybatisPlusConfig
- java.lang.Object
-
- com.fineelyframework.config.core.config.MybatisPlusConfig
-
@Configuration @ConditionalOnProperty(prefix="fineely.config", name="datasource", havingValue="mybatis") @MapperScan(basePackages="com.fineelyframework.config.core.dao") public class MybatisPlusConfig extends java.lang.Object
-
-
构造器概要
构造器 构造器 说明 MybatisPlusConfig()
-