使用tomcat7run来跑maven的web项目

 

 

<!-- tomcat7插件 -->
        <!-- <plugin>
            配置插件tomcat7
            <groupId>org.apache.tomcat.maven</groupId>
            <artifactId>tomcat7-maven-plugin</artifactId>
            <configuration>
                <port>8880</port>
                <path>/test4</path>
            </configuration>
        </plugin> -->

 

posted @ 2019-09-07 01:03  expworld  阅读(250)  评论(0编辑  收藏  举报