码迷,mamicode.com
首页 > 其他好文 > 详细

lombok系列(一)

时间:2018-08-23 13:06:20      阅读:1516      评论:0      收藏:0      [点我收藏+]

标签:alt   creat   str   err   string   pre   control   exists   json   

如果在类上面使用@Builder注解,

@Builder
public class A {
}

controller中使用:

public String test(@RequestBody A a){

}

报错如下:

Bad Request: JSON parse error:    (although at least one Creator exists)

去掉@Builder注解即可

lombok系列(一)

标签:alt   creat   str   err   string   pre   control   exists   json   

原文地址:https://www.cnblogs.com/mzrs/p/9523032.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!