- 打开:maintenance
- 选择:Registry
- 选择:compiler.automake.allow.when.app.running
- 打开:IntelliJ IDEA———>Preferences
- 最后打开浏览器(例如:Chrome)
- 选择:Network菜单下的:Disable cache
为了不让修改java类触发应用重启,在application.yml文件中添加
#spring devtools 更改类程序文件不使用热部署自动重启
spring.devtools.restart.enabled: false
spring.devtools.livereload.enabled: false
当修改页面设计时,程序就会自动更新了