赞
踩
@TableField(value = "data_configuration", typeHandler = JacksonTypeHandler.class)
@ApiModelProperty(value = "数据配置")
private JSONObject dataConfiguration;
@TableName(autoResultMap = true)
除了JacksonTypeHandler.class还有一个FastjsonTypeHandler.class。
FastjsonTypeHandler不支持 MySQL JSON 解析,而JacksonTypeHandler支持。
https://blog.csdn.net/weixin_44125423/article/details/107906824
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。