IDEA热部署
Posted webjlwang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDEA热部署相关的知识,希望对你有一定的参考价值。
IDEA debug启动后,一般修改文件后F5刷新也就可以更新,但有时不太好使,用下面方法配置一下不用F5刷新了,修改即生效。
《以下转自:https://www.cnblogs.com/b6952/p/10952079.html》
第一步:
设置IDEA开启项目自动编译,进入设置找到Build,Execut, Deployment -> Compiler 勾选中左侧的Build Project automatically
第二步:
IDEA开启项目运行时自动make, ctrl + shift + a(windows电脑),command+shift+alt+/(mac系统)搜索命令:registry -> 勾选compiler.automake.allow.when.app.running
点击Registry之后勾选compiler.automake.allow.when.app.running
以上是关于IDEA热部署的主要内容,如果未能解决你的问题,请参考以下文章
IDEA热部署后 update classes and resource不管用?&热部署无效?:IDEA热部署注意事项