Causes of error in data transmission from spring boot to JSON

ERROR 17468 — [nio-8081-exec-5] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed;
The reason is that the @ResponseBody is not added to the method

Read More: