1、<!--
优点:通过这一行的配置,框架中的ResourceHttpRequestHandler会帮你完成对静态资源的查找。缺点:不能访问位于
WEB-INF 下的资源 -->
<bean
class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping"/>
<bean
class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter"/>
<mvc:default-servlet-handler/>