获得FreeMarker

官网:http://freemarker.org/

中文帮助文档:https://sourceforge.net/projects/freemarker/files/chinese-manual/

下载FreeMarker jar包:下载地址http://freemarker.org/freemarkerdownload.html

中文网:http://freemarker.foofun.cn/

使用方法文档:http://freemarker.foofun.cn/dgui_quickstart_template.html

使用Maven依赖jar包:

复制代码
复制代码
<dependency>
  <groupId>org.freemarker</groupId>
  <artifactId>freemarker-gae</artifactId>
  <version>2.3.25-incubating</version>
</dependency>

参考https://www.cnblogs.com/shan1393/p/9420827.html

posted on 2019-04-02 17:34  小白coder  阅读(274)  评论(0编辑  收藏  举报