摘要: 一、pom.xml 添加 oxm jackson支持 org.springframework spring-oxm 3.2.4.RELEASE org.codehaus.jackson jackson-mapper-asl 1.9.13 二、springmvc-xml (名字根据你的web.xml配置的spring过滤器名字来) 添加返回支持 ... 阅读全文
posted @ 2013-12-10 16:08 我的田俊 阅读(736) 评论(0) 推荐(0) 编辑
摘要: 1 首先在eclipse用maven,创建简单的web工程2 修改pom.xml 添加 org.springframework spring-webmvc 3.2.4.RELEASE 3 修改web.xml (默认是servlet 2.3的不支持el 改成2.5) springmvc org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath:springmvc-servlet... 阅读全文
posted @ 2013-12-10 14:59 我的田俊 阅读(246) 评论(0) 推荐(0) 编辑