2、配置数据库,项目路径等 publicclassMybatisPlusCodeGenerator {publicstaticvoidmain(String[] args) {//finalString projectPath = System.getProperty("user.dir");finalString moduleName = scanner("模块名");finalString tableName = scanner("表名,多个英文逗号分割"); AutoGenerator mpg=newAutoGenerator()...
根据数据表自动创建Mybatis Plus项目代码 包含(实体类,mapper文件与XML,service层文件,controller文件) 模板Excel.xlsx 编译Jar后的配置文件内容: config.properties #配置Excel导入和导出的配置excelPath=/Users/chenzedeng/Downloads/基于内容推荐的阅读APP.xlsx#导出的文件路径exportSqlDir=/Users/chenzedeng/Downloads/...