Explorar el Código

指定附件目录

xielq hace 5 años
padre
commit
ce3492968d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      WebContent/WEB-INF/spring/config.xml

+ 2 - 1
WebContent/WEB-INF/spring/config.xml

@@ -20,6 +20,7 @@
 	<bean id="baseUtil" class="com.uas.mes.common.util.BaseUtil"></bean>
 	<util:properties id="about">
 		<prop key="defaultSob">UAS_MES</prop>
+		<prop key="filepath">/usr/local/uas/mes/webapps/postattach/</prop>
 	</util:properties>
 	<mvc:default-servlet-handler />
 	<!-- 自动扫描 ,把作了注解的类转换为bean -->
@@ -214,4 +215,4 @@
 
 	<import resource="db-config.xml" />
 	<import resource="cache-default.xml" />
-</beans>
+</beans>