项目结构
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