|
@@ -17,7 +17,7 @@
|
|
|
http://www.springframework.org/schema/util
|
|
http://www.springframework.org/schema/util
|
|
|
http://www.springframework.org/schema/util/spring-util.xsd"
|
|
http://www.springframework.org/schema/util/spring-util.xsd"
|
|
|
default-autowire="byName">
|
|
default-autowire="byName">
|
|
|
- <bean id="baseUtil" class="com.mes.core.BaseUtil"></bean>
|
|
|
|
|
|
|
+ <bean id="BaseUtil" class="com.mes.core.BaseUtil"></bean>
|
|
|
<util:properties id="about">
|
|
<util:properties id="about">
|
|
|
<prop key="defaultSob">MES</prop><!-- 默认帐套名称 --><!-- 集团中心名称 -->
|
|
<prop key="defaultSob">MES</prop><!-- 默认帐套名称 --><!-- 集团中心名称 -->
|
|
|
<prop key="task.status">true</prop>
|
|
<prop key="task.status">true</prop>
|
|
@@ -69,13 +69,13 @@
|
|
|
<property name="maxUploadSize" value="104857600" />
|
|
<property name="maxUploadSize" value="104857600" />
|
|
|
</bean>
|
|
</bean>
|
|
|
|
|
|
|
|
- <!-- 自定义拦截器 -->
|
|
|
|
|
|
|
+ <!-- 自定义拦截器
|
|
|
<mvc:interceptors>
|
|
<mvc:interceptors>
|
|
|
<mvc:interceptor>
|
|
<mvc:interceptor>
|
|
|
<mvc:mapping path="/*/**"></mvc:mapping>
|
|
<mvc:mapping path="/*/**"></mvc:mapping>
|
|
|
- <bean class="com.mes.core.interceptor.DbSourceInterceptor"></bean><!-- MultiDataSource Interceptor -->
|
|
|
|
|
|
|
+ <bean class="com.mes.core.interceptor.DbSourceInterceptor"></bean>
|
|
|
</mvc:interceptor>
|
|
</mvc:interceptor>
|
|
|
- </mvc:interceptors>
|
|
|
|
|
|
|
+ </mvc:interceptors>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
<mvc:annotation-driven />
|
|
<mvc:annotation-driven />
|