1. 程式人生 > >IntelliJ的tomcat 設定熱部署

IntelliJ的tomcat 設定熱部署

IntelliJ d的 tomcat 設定熱部署

1.點選idea中tomcat設定

                        

2.點選deployment檢視Deploy at the server startup 中tomcat每次所執行的包是 xxxx:war 還是其他,如果是xxxx:war包,請更換

3.點選旁邊綠色加號,選擇 xxxx:war exploded ,然後將 xxxx:war 點選紅色刪除掉 

4.然後在server中 將 "On Update action"、"On frame deactivation" 都選擇 update classes and resources

5.大功告成,以親測,不用因為每次修改程式碼而重啟了!更進一步摒棄eclipse!(多次修改程式碼測試後,記得重啟一次專案,以防不夠準去!)

6.切記!!!!!一定要用Debug 模式啟動!