标签:tps head art lang version name sea https pen
一个模板引擎 即 FreeMarker
github https://github.com/apache/freemarker
网址 https://freemarker.apache.org/
访问网址 https://search.maven.org/artifact/org.freemarker/freemarker/2.3.28/jar
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.28</version>
</dependency>
<!DOCTYPE html>
<html lang="zh_CN">
<head>
</head>
<body>
hello world ${name}
</body>
</html>
<result name="success" type="freemarker">
<param name="location">/hello.fm</param>
</result>
标签:tps head art lang version name sea https pen
原文地址:https://www.cnblogs.com/melovemingming/p/10597411.html