Eclipse+Maven命令创建webapp项目<三>

1、使用maven命令:
mvn archetype:create -DgroupId=xxxxx -DartifactId=web-sample -DarchetypeArtifactId=maven-archetype-webapp
然后执行mvn eclipse:eclipse 使项目兼容Eclipse

猜你喜欢

转载自hq82001.iteye.com/blog/2289841