FreeMarkerUtl】的更多相关文章

/** * @title FreeMarkerUtl * @description 模板文件工具类 * @author maohuidong * @date 2017-07-05 */public class FreeMarkerUtl { /** * @function genHtmlPage * @param templatePath:模板路径 tempalteFile:模板文件名称 root:模板文件需要渲染的数据 genFilePath:生成的文件路径和名称 * @description…