1. 程式人生 > >Eclipse中插件的運用

Eclipse中插件的運用

bug 箭頭 com eclips ips lib debug city ins

1. hotcode2.jar 支持java代碼熱部署,改了本地java代碼不需要重新部署生效,可以節省開發時間,提高開發效率。

安裝方法:

到help -- install new software

地址:http://hotcode.alibaba-inc.com/hotcode2e/

技術分享


安裝成功後window--preferences下會看到相應配置項:

技術分享


使用:

debug config

VM arguments:

-javaagent:D:/jcop/taobao-tomcat-8.0.26/tools/hotcode2.jar

debug啟動之前,下面的紅箭頭一定得點下去:

技術分享

2. 用到velocity的話,裝個veloeclipse插件,編輯起來好看點

可以參考:http://longying2008.iteye.com/blog/2097250安裝

Eclipse中插件的運用