eclipse 设置自动部署

第一种:

把FileSync插件Copy到eclipse的plugins目录下,以后只要保存文件,这个插件自动帮你部署web项目了。
FileSync插件下载地址:
http://filesync4eclipse.googlecode.com/files/de.loskutov.FileSync_1.3.2.1.jar

 

 

第二种(未测试):修改.classpath文件,增加如下语句

<classpathentry kind="src" output="target/rap" path="src/main/webapp"/>

你可能感兴趣的:(eclipse,Web)