1. 打开:maintenance
    2. 选择:Registry
    3. 选择:compiler.automake.allow.when.app.running
    4. 打开:IntelliJ IDEA———>Preferences

    image.png

    1. 最后打开浏览器(例如:Chrome)
    2. 选择:Network菜单下的:Disable cache
    3. 为了不让修改java类触发应用重启,在application.yml文件中添加

      1. #spring devtools 更改类程序文件不使用热部署自动重启
      2. spring.devtools.restart.enabled: false
      3. spring.devtools.livereload.enabled: false
    4. 当修改页面设计时,程序就会自动更新了