Wang Chengyu
Results
3
comments of
Wang Chengyu
@gcatanese I think that @agilehorse problem is the field name with prefix "is". I have the same issue in Kotlin.
@ZuevKirill95 @agilehorse About this issue, the chatGPT give the solution is: ``` @ApiModelProperty(name = "isExample") private boolean example; ``` or ``` @JsonProperty("isExample") private boolean example; ```
这个HUGE定义跟sdk里面的宏冲突了. 我试了13.3的也不行 This HUGE definition conflicts with a macro in the sdk.