环境:
1. idea下nutzwk5.0项目
2. nutzboot-starter-jetty,nutzboot-starter beetl <nutzboot.version>2.2-SNAPSHOT</nutzboot.version>
application.properties如下:
jetty.contextPath=/
jetty.threadpool.idleTimeout=60000
jetty.threadpool.minThreads=4
jetty.threadpool.maxThreads=8
beetl.RESOURCE.root=views/
beetl.FT.escape=com.marveliu.app.web.commons.ext.beetl.HtmlEscapeFormat
#用法: ${"wizzer",escape}
beetl.FT.filesize=com.marveliu.app.web.commons.ext.beetl.FileSizeFormat
#用法: ${10241024,filesize}
beetl.FT.html2txt=com.marveliu.app.web.commons.ext.beetl.Html2TxtFormat
#用法: ${"",html2txt="100"} 截取100字符
beetl.FT.strlen=com.marveliu.app.web.commons.ext.beetl.StrlenFormat
#用法: ${"",strlen="100"} 截取100字符
日志:
|beetl.RESOURCE.autoCheck |no | |true |自动检测模板更新
|beetl.RESOURCE.root |no | |template/ |模板目录的路径
但是不行,每一次修改html模板,都必须要要重启jetty,十分蛋疼,请大佬指教!