org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.logException Resolved [org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type: class java.lang.Integer]
解决方案:
查看pom.xml是否添加了jackson相关的jar.
我们知道spring mvc默认使用的是jackson来转换json的。如果没有的话,添加上即可。