增加lombok依赖

nacos
DongZeLiang 2023-09-29 15:10:54 +08:00
parent 273446cbe7
commit 21b0c88e2c
1 changed files with 9 additions and 3 deletions

View File

@ -126,6 +126,12 @@
<artifactId>javax.servlet-api</artifactId>
</dependency>
<!-- lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>