码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat7完整的插件

时间:2020-05-01 12:22:07      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:target   完整   指定端口   apache   mave   ati   art   路径   enc   

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<!-- 指定端口 -->
<port>8082</port>
<!-- 请求路径 -->
<path>/</path>
</configuration>
</plugin>

tomcat7完整的插件

标签:target   完整   指定端口   apache   mave   ati   art   路径   enc   

原文地址:https://www.cnblogs.com/xiaofengshan/p/12812888.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!