lombok系列(一)

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

@Builder
public class A {
}

controller中使用:

public String test(@RequestBody A a){

}

报错如下:

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

去掉@Builder注解即可

posted @ 2018-08-23 12:07  名著人士  阅读(202)  评论(0)    收藏  举报