更新配置

This commit is contained in:
shuzheng 2016-12-09 23:55:58 +08:00
parent a9feeff528
commit 7c1db8c009
7 changed files with 7 additions and 5 deletions

View File

@ -88,11 +88,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-cms-web</contextPath>
<contextPath>/</contextPath>
</webApp>
<httpConnector>
<port>2224</port>

View File

@ -18,7 +18,7 @@
<!-- cache管理器配置 -->
<bean id="cacheManagerFactory" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean">
<property name="configLocation" value="classpath:ehcache.xml"/>
<property name="configLocation" value="classpath:test-ehcache.xml"/>
<property name="shared" value="true" />
</bean>

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-upms-server</contextPath>
<contextPath>/</contextPath>
</webApp>
<httpConnector>
<port>1111</port>