hz-zhhq-ht-service/greenWebmodul/config/web.xml

14 lines
855 B
XML

<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:module="http://www.sgcc.com.cn/schema/platform/module"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.sgcc.com.cn/schema/platform/module http://www.sgcc.com.cn/schema/platform/module/module.xsd">
<bean id="componentFactory" class="com.sgcc.uap.utils.ComponentFactory"></bean>
<module:reference id="hibernateDao" targetName="com.sgcc.uap.persistence.IHibernateDao" filter="platform_service_idname=hibernateDaoService" />
<module:servletfilter id="UrlFilter">
<module:filter-name>UrlFilter</module:filter-name>
<module:filter-class>com.nationalelectric.greenweb.Aspect.UrlFilter</module:filter-class>
</module:servletfilter>
</beans>