mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 21:50:43 +08:00
4 lines
166 B
Plaintext
4 lines
166 B
Plaintext
# 转换toString 调用上一层
|
|
lombok.toString.callSuper = CALL
|
|
# 全局配置 equalsAndHashCode 的 callSuper 属性为true
|
|
lombok.equalsAndHashCode.callSuper=call |