No converter found for return value of type: class cn.e3mall.pojo.TbItem

缺少转换器没有jacksonjar包,导入下面依赖就可以了

<dependency>
                <groupId>com.fasterxml.jackson.core</groupId>
                <artifactId>jackson-databind</artifactId>
                <version>2.4.2</version>
            </dependency>

猜你喜欢

转载自blog.csdn.net/kxj19980524/article/details/84953230