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

配置jetty

时间:2017-12-28 21:32:41      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:post   bsp   conf   pos   version   host   mave   enc   depend   

<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.5</version>
<configuration>
<httpConnector>
<port>8080</port>
<host>localhost</host>
</httpConnector>
<scanIntervalSeconds>1</scanIntervalSeconds>
</configuration>
</plugin>

 

<dependency>

<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-2.1</artifactId>
<version>6.1.5</version>
<scope>provided</scope>
</dependency>

配置jetty

标签:post   bsp   conf   pos   version   host   mave   enc   depend   

原文地址:https://www.cnblogs.com/yehao1210/p/8137405.html

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