mpg.setCfg(cfg);//配置模板TemplateConfig templateConfig =newTemplateConfig();//配置自定义输出模板//指定自定义模板路径,注意不要带上.ftl/.vm, 会根据使用的模板引擎自动识别//templateConfig.setEntity("templates/entity2.java");//templateConfig.setService();//templateConfig.setController();templateConfi...
1.导包 <!--mybatisplus的包--> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifac
比mybatis-plus代码生成器更好用的生成器 mybatis-plus-generator-plus 优势 可以自动生成代码注释从数据库中取得 使用freemarker来自定义模板使其更加方便 灵活选择模板,可以自行配置多套,并且灵活切换 已经给定了预留的模板,可以做到拿来即用 无需修改代码,仅修改GenerateConfig.xml中的配置即可,更加清晰 ...
MyBatis-Plus的默认模板引擎是Velocity,但是这个引擎似乎多年没有人维护了,所以推荐使用FreeMarker。 官网的例子: public class CodeGenerator { /** * * 读取控制台内容 * */ public static String scanner(String tip) { Scanner scanner = new Scanner(System.in); StringBuilder help = new StringBuilder()...
1.导包 <!--mybatisplus的包--> <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifac