解决java.lang.IllegalArgumentException: No converter found for return value of type: class java.util.A
今天使用SSM框架,用@ResponseBody注解,出现了这个问题java.lang.IllegalArgumentException: No converter found for return value of type: class java.util.ArrayList at org.springframework.web.servlet.mvc.method.annotatio...