修改zheng-ucenter-web的jetty配置

This commit is contained in:
shuzheng 2017-05-02 23:24:49 +08:00
parent 01b2152b40
commit f8a3f73c25
1 changed files with 3 additions and 2 deletions

View File

@ -80,11 +80,12 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.0.0.v20130308</version>
<!--<version>9.0.0.v20130308</version>-->
<version>9.2.7.v20150116</version>
<configuration>
<scanIntervalSeconds>3</scanIntervalSeconds>
<webApp>
<contextPath>/zheng-ucenter-web</contextPath>
<contextPath>/</contextPath>
</webApp>
<httpConnector>
<port>4441</port>