返回是这样的
你controller应该使用@Controller注解,不是@RestController注解,而且你这个方法,不应该加@ResponseBody注解,你看看是不是这个问题。
谢谢,已解决,返回数据的问题