Hot Deploy - 3 ways to save development time ( spring-loaded , JRebel, DCEVM )

1. Auto Reload Set "Enabled" to "Auto Reload" This is likely to occur more frequently memory leak, it takes more time to reload. 이 방법은 memory leak 이 더 자주 발생할 가능성이 크고, 리로딩 하는 시간이 더 많이 소요된다. 2. JRebel Installation JRebel Config Center -> Activation Tab -> Free -> Login -> Install and Activate -> Copy License Code -> Paste license code on eclipse -> Overview tab -> check JRebel Enabled /Server , Projects Server Overview -> select "Never publish automatically" on Publishing tab -> check "Enable JRebel agent" Project Left click -> JRebel -> Add Jebel nature JRebel free license version other than the cost should be paid. The installation process is a little complicated. But first, rather than memory leak may occur JRebel free license 버전이외는 비용지불을 해야 한다. 설치과정이 다소 복잡하다. memory leak이 발생하지만 1번과 비교할 바는 아니다. 가장 안정된 솔루션 3. spring-loaded I...