然后配置IDEA的自动编译 preferences -> Build,Execution,Deployment -> Compiler 配置详情3 最后在application.yml中配置spring.thymeleaf.cache=false (如果不配置,默认次选项是true)
(1) spring.thymeleaf.cache=false 这个一定要 (2) preferences -> Build,Execution,Deployment -> Compiler 这个要做; (3) compiler.automake.allow.when.app.running 这个要做,调用这个配置的快捷键是 shift + alt + ctrl + /
然后配置IDEA的自动编译 preferences -> Build,Execution,Deployment -> Compiler 配置详情3 最后在application.yml中配置spring.thymeleaf.cache=false (如果不配置,默认次选项是true)