要求是使用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]
有人可以帮忙吗。
感谢。