SpringBoot + MybatisPlus使用枚举类型enum报错:No enum constant xxx mybatis-plus版本:3.4.0 entity中使用了枚举类型接收字段,执行报错 org.mybatis.spring.MyBatisSystemException: nested excep... 2023年11月21日 mybatis 浏览量:212 次 发表评论 阅读全文
Mybatis-Plus中使用JacksonTypeHandler报错java.util.LinkedHashMap cannot be cast to xxx 背景:mysql中的一个字段类型为json,使用mybatis-plus,entity中该字段定义为List<CusDTO> extra,并指定了注解 @TableField(typeHa... 2023年4月28日 mybatis 浏览量:211 次 发表评论 阅读全文