标签:
BeanNameUrlHandlerMapping
SimpleControllerHandlerAdapter

要求handler实现接口HttpRequestHandler

DemoController2

springmvc有默认的mapping adapter view。
/org/springframework/web/servlet/DispatcherServlet.properties

如果在springmvc.xml配置了一种,默认的就会失效。如配置了SimpleUrlHandlerMapping,则BeanNameUrlHandlerMapping就会失效。


Ps:注解的映射器和适配器要配对使用

java
-xml
-----单个

-----组件扫描 context:component-scan

http://localhost:8080/mybatis_spring/test001.action
index.jsp里面的是,<font size="18px">${msg }</font><br/>

标签:
原文地址:http://www.cnblogs.com/jway1101/p/5773694.html