问答详情
源自:5-3 计时交互

获取系统时间报错

调用获取系统时间的时候 type Exception report message Request processing failed; nested exception is java.lang.IllegalArgumentException: No converter found for return value of type: class com.seckill.dto.SeckillResult 这是怎么回事,返回是泛型应该不会报分发参数问题啊

提问者:Oak_miss 2017-06-30 16:00

个回答

  • 隐秀_
    2018-11-20 21:59:49

    除了 jackson-core,还需要添加 jackson-databind 和 jackson-annotations 依赖

  • RayYeung
    2017-07-10 17:08:24

    方法上是不是掉了@ResponseBody