SpringBoot整合Beetl把btl后缀改为html后缀文件
由于Beetl默认后缀btl
,如果需要html
后缀,修改一下配置即可application.properties
文件写法
beetl.suffix=html
application.yml
写法
beetl:
suffix: html
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »
由于Beetl默认后缀btl
,如果需要html
后缀,修改一下配置即可application.properties
文件写法
beetl.suffix=html
application.yml
写法
beetl:
suffix: html
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »