随笔分类 -  SpringMVC

摘要:在web.xml中配置 <filter> <filter-name>CharacterEncodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-c 阅读全文
posted @ 2021-11-16 19:54 猫白养白猫 阅读(44) 评论(0) 推荐(0)
摘要:在springMVC中配置 1: <!-- 配置适配器处理器映射器--> <bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter"> <property name= 阅读全文
posted @ 2021-11-15 18:41 猫白养白猫 阅读(132) 评论(0) 推荐(0)
摘要:@Controllerpublic class UserController { @RequestMapping(value = "/quick") public String save(){ System.out.println("controller"); return "success.jsp 阅读全文
posted @ 2021-11-14 20:49 猫白养白猫 阅读(31) 评论(0) 推荐(0)