如何在Intellij Idea中的maven web项目使用tomcat插件

1.在pom.xml如下配置 <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.1</version> <configuration>
相关文章
相关标签/搜索