ARTICLE DETAIL

建站实战干货

来自一线的建站与推广经验沉淀,每一条都经过真实交付验证。

maven:在maven中使用tomcat7插件

2026/9/19 11:25:47 拓冰建站 浏览量
maven:在maven中使用tomcat7插件

1、在pom.xml中添加tomcat7插件

    <build><!-- Embedded Apache Tomcat required for testing war --><plugin><groupId>org.apache.tomcat.maven</groupId><artifactId>tomcat7-maven-plugin</artifactId><version>2.2</version><configuration><path>/</path></configuration></plugin></plugins></build>

2、配置maven build