没啥好说的
上图!!!
image
image
image
image

三个更改的地方
lombok简化代码

参考 https://www.cnblogs.com/c2g5201314/p/14646120.html


local.properties

config.stopBubbling=true
lombok.anyConstructor.suppressConstructorProperties=true
lombok.equalsAndHashCode.callSuper=call


build.gradle.kts

//lombok配置
javaCompileOptions { annotationProcessorOptions { var includeCompileClasspath = true }}
implementation("org.projectlombok:lombok:1.18.12")

posted on 2024-03-30 11:04  蒸饺  阅读(132)  评论(0)    收藏  举报