search

Home  >  Q&A  >  body text

Does IDEA support incremental compilation?

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

曾经蜡笔没有小新曾经蜡笔没有小新2775 days ago1097

reply all(5)I'll reply

  • 为情所困

    为情所困2017-05-17 10:03:44

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

    reply
    0
  • 迷茫

    迷茫2017-05-17 10:03:44

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

    reply
    0
  • 为情所困

    为情所困2017-05-17 10:03:44

    Maven plug-in can support multi-threaded parallel compilation

    reply
    0
  • 淡淡烟草味

    淡淡烟草味2017-05-17 10:03:44

    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.

    reply
    0
  • 我想大声告诉你

    我想大声告诉你2017-05-17 10:03:44

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

    reply
    0
  • Cancelreply