mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
修改错别字
This commit is contained in:
parent
da8a3a9d97
commit
c10e1d9855
@ -607,7 +607,7 @@ WHERE `a`.`id` >= 100 AND
|
||||
在 `QueryWrapper` 中,由于其定义了 `循环引用` 的一些数据结构,同时,其很多属性都是 `private` 或者 `protected` 修饰且没有 `getter` `setter` 方法,
|
||||
这会导致使用一些 json 库在序列化的过程中,出现问题;但这些问题并非 `QueryWrapper` 的问题,而是序列化框架的问题。
|
||||
|
||||
因此,我们在使用序列化框架时,需要注意其是否这些特征,比如在使用 FastJson2 序列化时,需要添加一下皮遏制:
|
||||
因此,我们在使用序列化框架时,需要注意其是否支持这些特征,比如在使用 FastJson2 序列化时,需要添加一下配置:
|
||||
|
||||
序列化:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user