feat: 新增lombok插件

This commit is contained in:
Kelvin 2024-12-10 15:30:53 +08:00
parent a70e8f4c9b
commit 80c16a4ff5

View File

@ -157,6 +157,12 @@
<version>2.2.9</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>annotationProcessor</scope>
</dependency>
</dependencies>
</project>