类 MybatisPlusConfig


  • @Configuration
    @ConditionalOnProperty(prefix="fineely.config",
                           name="datasource",
                           havingValue="mybatis")
    @MapperScan(basePackages="com.fineelyframework.config.core.dao")
    public class MybatisPlusConfig
    extends java.lang.Object
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • MybatisPlusConfig

        public MybatisPlusConfig()