How to configure hot deploy in Eclipse

        在Eclipse开发中,很多时候我们需要同时进行项目的浏览和调试,也就是在Running的项目中更改代码,之前因为感觉无法保证修改后的代码同步到Running的项目中,所以习惯性的改完代码直接stop/start Server,但是可能这样确实会给开发带来较大的时间浪费,所以,整理一下在Eclipse中修改Code后无需重启Server的Config:

0Config Servers:

How to configure hot deploy in Eclipse

1Config Modules:

How to configure hot deploy in Eclipse

2Start Server in debug(Hot Deploy is supported in DEBUG mode only

转载于:https://my.oschina.net/geek4j/blog/604167