Spring+SpringMVC+Mybatis 配置整合

2016-07-15  本文已影响230人  738bc070cd74

项目结构

Paste_Image.png

web.xml

Paste_Image.png

spring.xml

Paste_Image.png

spring.xml 配置

Paste_Image.png

spring-mvc.xml

Paste_Image.png

AdminController

Paste_Image.png

RestController
当注解为Controller 时,会根据返回的值去找对应名称的 jsp
当注解为RestController 时,直接返回

Paste_Image.png
上一篇 下一篇

猜你喜欢

热点阅读