3 lines
160 B
Plaintext
3 lines
160 B
Plaintext
# 让 Lombok 生成的方法带 @Generated 注解,JaCoCo 自动排除生成代码,覆盖率只统计手写逻辑
|
|
lombok.addLombokGeneratedAnnotation = true
|