parent
cc6e055487
commit
9592a11643
@ -1,22 +0,0 @@
|
|||||||
package com.dsideal.Tools;
|
|
||||||
|
|
||||||
import freemarker.template.Configuration;
|
|
||||||
import freemarker.template.Template;
|
|
||||||
import freemarker.template.TemplateException;
|
|
||||||
import freemarker.template.Version;
|
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
import java.io.FileWriter;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.Writer;
|
|
||||||
import java.util.ArrayList;
|
|
||||||
import java.util.HashMap;
|
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
public class FreeMarker {
|
|
||||||
public static void main(String[] args) throws IOException, TemplateException {
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
列表<br/>
|
|
||||||
<#list users as user>
|
|
||||||
<li>${user.name} - ${user.age}</li>
|
|
||||||
</#list>
|
|
||||||
|
|
||||||
变量<br/>
|
|
||||||
${title}
|
|
Loading…
Reference in new issue