MybatisPlus存储对象成MySQL的json数据类型

@TableField(value = "......",typeHandler = FastjsonTypeHandler.class)即可

你可能感兴趣的:(mybatis)