问题描述
- Ext4 model 怎么解析这样的数据格式
-
如题:
[
{
"userName":"system",
"userInfo":{
"active":true,
"adress":"深圳市",
"birthday":"2014-11-03 12:36:16"
}
}
]
解决方案
有mapping配置,设置mapping为"userInfo.active"
时间: 2025-01-24 02:13:20
有mapping配置,设置mapping为"userInfo.active"