<!-- jetty 插件配置 -->
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>7.1.6.v20100715</version>
<configuration>
<stopPort>9988</stopPort>
<stopKey>foo</stopKey>
<scanIntervalSeconds>5</scanIntervalSeconds>
<connectors>
<connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector">
<!--jetty端口设置-->
<port>8080</port>
<maxIdleTime>60000</maxIdleTime>
</connector>
</connectors>
<webAppConfig>
<contextPath>/</contextPath>
</webAppConfig>
</configuration>
</plugin>
jetty之maven配置
原创
©著作权归作者所有:来自51CTO博客作者聊聊IT那些事的原创作品,请联系作者获取转载授权,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
【IDEA】idea设置默认maven配置, 避免每次设置maven
【IDEA】idea设置默认maven配置, 避免每次设置maven
idea配置maven maven安装配置 -
MAVEN配置jetty
MAVEN配置jetty 1、在setting.xml文件中添加配置(如果没有配置可能导致jetty热部署不
java ci apache xml -
快速学习Jetty-Maven配置Jetty
在 pom 中的 build>plugins 添加 plugin 配置 <plugin
Maven配置Jetty eclipse 热部署 maven -
maven jetty
父项目: 子项目: 目录 概述 jetty的嵌入式启动 API方式 Maven插件方式
jetty Maven maven apache java -
maven build in jetty
<build> <plugins> <plugin>
职场 休闲 maven jetty -
maven jetty 编译依赖模块 maven依赖配置
1、依赖的配置依赖配置的属性:<dependencies> <dependency> <groupId>...</groupId> <artifactId>...</artifactId> <version>...</version> <type>...</
maven jetty 编译依赖模块 Maven dependency spring jar -
springmvc 接收前端表单数据
1:自己研究的 1) 页面ajax代码 1. 2. msgObj = {"data":{"2013-11-08":3,"2013-11-07":5,"2013-11-06":3,"2013-11-05":12},"indata":{"2013-11-08":9,"2013-11-07":7,
springmvc 接收前端表单数据 spring mvc json javascript ajax