mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-08 22:57:12 +08:00
优化:新增 Lombok 全局配置(在子类使用 @ToString、@EqualsAndHashCode 时,默认设置 callSuper = true)
This commit is contained in:
5
lombok.config
Normal file
5
lombok.config
Normal file
@@ -0,0 +1,5 @@
|
||||
config.stopBubbling=true
|
||||
lombok.toString.callSuper=CALL
|
||||
lombok.equalsAndHashCode.callSuper=CALL
|
||||
clear lombok.val.flagUsage
|
||||
lombok.val.flagUsage=ERROR
|
Reference in New Issue
Block a user