vue.js在命令中使用--inline --hot進行熱更新配置,需要下載vue-hot-reload-api組件
也可以試試:
使用spring-boot-devtools組件進行熱部署,shift+Ctrl+alt+/打開maintenance,選擇registry,選擇compile.automake.allow.when.app.running,idea中compile窗口選擇build project automatically,通過在application.yaml文件中設置spring.devtools.restart.enabled:false和spring.devtools.livereload.enabled:false關閉后端的自動重啟。