mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-08-29 09:04:14 +00:00
6 lines
403 B
Plaintext
6 lines
403 B
Plaintext
# 将字段上的注解拷贝到对应构造参数上, 如果要新增别的注解, 需要在下方重新进行定义,
|
|
lombok.copyableAnnotations += org.springframework.context.annotation.Lazy
|
|
lombok.copyableAnnotations += org.springframework.beans.factory.annotation.Qualifier
|
|
# 默认开启实体类的链式API 会导致一些反射相关类库出问题, 如 easyExcel
|
|
#lombok.accessors.chain = true
|