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

maven自带tomcat插件

时间:2018-05-10 11:29:04      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:maven   tomcat   插件   

<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>tomcat-maven-plugin</artifactId> <version>1.1</version> <configuration> <path>/appname</path> <port>9090</port> <uriEncoding>UTF-8</uriEncoding> <url>http://localhost:9090/manager/html</url> <server>tomcat6</server> </configuration> </plugin>

maven自带tomcat插件

标签:maven   tomcat   插件   

原文地址:http://blog.51cto.com/jtech/2114690

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