InvalidDefinitionException

OpenFigen 的错误:抽象类不能作为返回值 com.fasterxml.jackson.databind.exc.InvalidDefinitionException:

正常使用openFigen的接口调用: Result<IPage<SysUserVo>> 乍看之下毫无问题 ,IPage 是mybatis的一个分页插件接口类 @FeignClient(value = "xxxxx-system", url = "${figen.client.url.sys}", ......

com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type `java.time.LocalDateTime` not supported by default

问题复现 Java 8 date/time type java.time.LocalDateTime not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to en ......

[SprigMVC/SpringBoot] JSON序列化专题之日期序列化问题:接口报Jackson框架错误“InvalidDefinitionException: Java 8 date/time type `java.time.LocalDateTime` not supported by default:...”

# 1 问题描述 请求接口时,`service`层返回到`controller`层的数据结构为`List>`,而`Map`中存在一个`key`=`date`,value type=`java.time.LocalDate`的`Entry`,且日志报如下错误: ``` log InvalidDefin ......
共3篇  :1/1页 首页上一页1下一页尾页