<build>
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<port>8080</port>
<path>/</path>
<uriEncoding>UTF-8</uriEncoding>
<finalName>ssm_web</finalName>
<server>tomcat7</server>
</configuration>
</plugin>
</plugins>
</build>
最后
以上就是幸福衬衫最近收集整理的关于idea内置tomcat7插件配置的全部内容,更多相关idea内置tomcat7插件配置内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复