Jelajahi Sumber

Bean注册报错,注释该处

xielq 5 tahun lalu
induk
melakukan
c763f0f36c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      WebContent/WEB-INF/spring/config.xml

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

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