Skip to content

Instantly share code, notes, and snippets.

@y0ngb1n
Created December 15, 2021 10:32
Show Gist options
  • Save y0ngb1n/8a0bd61f36779f455e27cdfc56e6b995 to your computer and use it in GitHub Desktop.
Save y0ngb1n/8a0bd61f36779f455e27cdfc56e6b995 to your computer and use it in GitHub Desktop.
用 Lombok,让 Java 更简洁,使用 lombok.config 全局配置|https://projectlombok.org/features/configuration
##
# https://projectlombok.org/features/configuration
##
config.stopBubbling = true
lombok.accessors.chain=true
lombok.tostring.callsuper=true
lombok.equalsandhashcode.callsuper=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment