Does IDEA support incremental compilation?
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-17 10:01:44
0
5
1003

The web project must be recompiled and deployed every time, which greatly affects efficiency.

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(5)
为情所困

Dear, what you want is automatic hot deployment in Debug mode, right?

迷茫

Idea’s built-in hot deployment is unreliable and will fail when there are many changed classes. It is recommended to use jRebel

为情所困

Maven plug-in can support multi-threaded parallel compilation

淡淡烟草味

When developing and debugging, to see the effect of new code, I usually use update classes and resources. If it is not enough (the level of changes is large, such as adding methods to a class), it will prompt hot swap not implemented. In this case, use restart. server is enough.
These two functions are incremental compilation by default. If you want to completely recompile, you need to click on the rebuild project.

我想大声告诉你

Supports hot deployment, http://wiki.jikexueyuan.com/p... You can check this out

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!