随笔分类 - SpringMVC
摘要:在web.xml中配置 <filter> <filter-name>CharacterEncodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-c
阅读全文
摘要:在springMVC中配置 1: <!-- 配置适配器处理器映射器--> <bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter"> <property name=
阅读全文
摘要:@Controllerpublic class UserController { @RequestMapping(value = "/quick") public String save(){ System.out.println("controller"); return "success.jsp
阅读全文
浙公网安备 33010602011771号