...
|
...
|
@@ -13,13 +13,12 @@ |
|
|
http://www.springframework.org/schema/mvc/spring-mvc.xsd
|
|
|
http://www.springframework.org/schema/task
|
|
|
http://www.springframework.org/schema/task/spring-task.xsd">
|
|
|
|
|
|
<mvc:resources mapping="/html/**" location="/html/" />
|
|
|
<aop:aspectj-autoproxy />
|
|
|
<context:property-placeholder ignore-resource-not-found="true" location="classpath*:config.properties" />
|
|
|
|
|
|
<context:component-scan base-package="com.yohoufo" />
|
|
|
|
|
|
<mvc:resources mapping="/html/**" location="/html/" />
|
|
|
|
|
|
<!-- 启动SpringMVC的注解功能,完成请求和注解POJO的映射 -->
|
|
|
<mvc:annotation-driven>
|
...
|
...
|
|