add lombok

This commit is contained in:
zengqiao
2022-01-11 14:04:48 +08:00
parent 80785ce072
commit 7bf1de29a4
2 changed files with 13 additions and 0 deletions

View File

@@ -109,5 +109,11 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>