背景,项目使用springboot+beetl+mvn
问题现象:每次修改html都需要重新运行
解决:
1、beetl设置: RESOURCE.autoCheck= true 开发时设置为true,上线后设置为false
2、idea设置:
3、按快捷键Ctrl+Shift+Alt+/ 选择Registry,勾选compiler.automake.allow.when.app.running (建议按首字母查看选项)
背景,项目使用springboot+beetl+mvn
问题现象:每次修改html都需要重新运行
解决:
1、beetl设置: RESOURCE.autoCheck= true 开发时设置为true,上线后设置为false
2、idea设置:
3、按快捷键Ctrl+Shift+Alt+/ 选择Registry,勾选compiler.automake.allow.when.app.running (建议按首字母查看选项)