spring

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-4.0.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd">


<import resource="classpath:spring-mvc.xml" />
<!-- <import resource="classpath:springContext/spring-db.xml" /> -->
<!-- <import resource="classpath:springContext/spring-memcached.xml" /> -->
<!-- <import resource="classpath:springContext/spring-common.xml" /> -->

<context:component-scan base-package="com.audi"></context:component-scan>
<mvc:interceptors>

<mvc:interceptor>
<mvc:mapping path="/ViewAll.form"/>
<bean class="com.audi.test.intercepter.testIntercepter"></bean>
</mvc:interceptor>

</mvc:interceptors>

</beans>

 

链接:http://pan.baidu.com/s/1i3QNjHN 密码:ezyn

 

C:\Users\Audi\Downloads

posted @ 2016-10-03 21:08  WQZ321123  阅读(149)  评论(0编辑  收藏  举报