赞
踩
Resolved [org.springframework.http.converter.HttpMessageNotReadableException: I/O error while reading input message; nested exception is org.apache.catalina.connector.ClientAbortException: java.io.EOFException: Unexpected EOF read on the socket
问题:第一次我 使用Feign 接口传对象 用了 @RequestBody 出现了这个问题
- @RequestMapping(value = "/addUser")
- User addUser(@RequestBody User user);
解决方法: 将 对象传值 改为 Map传值 !!!!
在使用对象传值时 ,有些属性为null 很容易造成异常!!!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。