宋子宪博客

SpringBoot整合Beetl把btl后缀改为html后缀文件

由于Beetl默认后缀btl,如果需要html后缀,修改一下配置即可
application.properties文件写法

beetl.suffix=html

application.yml写法

beetl:
  suffix: html

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »