pom.xml中配置tomcat插件, 无须将项目发布到外部真实的tomcat即可运行。
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<port>8081</port>
<path>/</path>
</configuration>
</plugin>
项目如何运行:
mvn tomcat7:run
tomcat7插件的其他命令 :
tomcat7:run
tomcat7:deploy
tomcat7:deploy-only
tomcat7:exec-war
tomcat7-exec-war-only
tomcat7:help
tomcat7:redeploy
tomcat7:redeploy-only
tomcat7:run-war
tomcat7:run-war-only
tomcat7:shutdown
tomcat7:standalone-war
tomcat7:standalone-war-only
tomcat7:undeploy
Copyright © 叮叮声的奶酪 版权所有
备案号:鄂ICP备17018671号-1