背景 : 当我们修改静态资源后, idea 不能实时编译
1.ctrl + s
2.ctrl + F9
or
1.File --> Setting --> Build, Execument, Deployment --> Compiler --> Build project automatically 勾选
2.ctrl + shift + A (double shift 选择 Actions), 输入 Registry..., 回车
compiler .automake.allow.when.app.running 勾选, 点击 close 即可, 再次进入 Registry... 即可看到变成蓝色并在第一行显示
3.重启 IDEA !!!