Mybatis Plus MySql json类型操作

  1. 在数据库表定义json字段;
  2. 在实体类加上@TableName(autoResultMap = true)
  3. 在JSON字段映射的属性加上@TableField(typeHandler = JacksonTypeHandler.class);
    image
    image
posted @ 2024-11-05 23:44  VipSoft  阅读(9)  评论(0编辑  收藏  举报