Spring mvc Controller接口
摘要:Spring MVC 1. 继承该接口 Controller接口,重写对应方法,或者采用注解Controller,自定义映射文件 需要注意的是: 其中对于prexf-servlet-.xml文件中使重定向方式: 1. 第一种ModelAndView方式。 之后进入Controller中进行任务分派:
阅读全文
posted @ 2016-03-30 20:52