202011-03 mybatis自动建表的实现方法 1.添加ACTable依赖<!--mybatis-plus自动建表--><dependency><groupId>com.gitee.sunchenbin.mybatis.actable</groupId><artifactId>mybatis-enhance-actable</artifactId><version>1.1.1.RELEASE</version></dependency>2.配置(在此需要注意配置的路径部分需要改成自己项目路径)<!--mybatis-plus自动建表--><dependency><groupId>com.gitee.sunchenbin.mybatis.actable</groupId>... 继续阅读 >