文章分类 -  Spring MVC

摘要:背景:Extjs5+springMVC4Spring配置:text/html;charset=UTF-8使用@RequestBody尝试转换json为Javabean,返回HTTP错误码415 Unsupported media type代码追踪是实现转换的Jackson包抛出异常,而Spring拦... 阅读全文
posted @ 2014-07-31 11:51 havery 阅读(670) 评论(0) 推荐(0)
摘要:Spring MVC(4.0)使用@Autowired自动注入bean的时候,异常信息: 1 Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private j... 阅读全文
posted @ 2014-07-23 17:19 havery 阅读(1532) 评论(0) 推荐(0)