Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 454 Bytes

SpringMVC简单使用例子

1、web.xml中配置SpringMVC
2、创建SpringMVC配置文件
3、演示配置文件的处理器映射器、处理器适配器
4、演示注解的处理器映射器、处理器适配器
5、演示使用SpringMVC的注解驱动可以代替上边注解映射器跟注解适配器
6、演示使用Spring的组件扫描
7、演示使用视图解析器配置视图前缀后缀