Spring Cloud异常系列-Feign远程调用报错

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

异常一

JSON parse error: Can not deserialize instance of java.lang.Long out of START_OBJECT token; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Can not deserialize instance of java.lang.Long out of START_OBJECT token\n at [Source: java.io.PushbackInputStream@259d9c3f; line: 1, column: 1]

异常二

Read timed out executing POST http:url

参考

Java Spring 错误汇总

转载于:https://my.oschina.net/wuxinshui/blog/1837625

你可能感兴趣的:(Spring Cloud异常系列-Feign远程调用报错)