JSON解析错误:意外字符('<'(代码60)):预期有效值(数字,字符串,数组,对象,'true','false'或'null');

时间:2018-01-25 14:38:18

标签: json resttemplate

要求是使用Web服务并在数据库中持久化。 我用Resttemplate写了一个独立的课程,但它很有效。 我使用相同的URL和相同的身份验证机制+ spring boot,war在tomcat上部署然后当我点击端点(调用webservice来获取json输出)时它抛出异常。

There was an unexpected error (type=Bad Request, status=400).

JSON parse error: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null'); nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null') at [Source: java.io.PushbackInputStream@4be06322; line: 1, column: 2]

有人可以帮忙吗。

感谢。

0 个答案:

没有答案