Java入门(17)FreeMarker
序言
1. .btl为后缀的文件对应的是BeetlTemplateEngine引擎类;
2. .ftl为后缀的文件对应的是FreemarkerTemplateEngine引擎类;
3. .vm为后缀的文件为VelocityTemplateEngine引擎类;
D:\Java\Git\mybatis-plus-3.0
D:\Java\Git\mybatis-plus-3.0\mybatis-plus-generator
资料
https://baomidou.com/pages/779a6e/
https://github.com/baomidou
https://freemarker.apache.org/
https://github.com/baomidou/generator/tags