修复编译时 maven 可能提示“找不到符号”的问题

This commit is contained in:
南宫茜
2024-10-17 17:14:48 +08:00
committed by GitHub
parent cbd6a57e15
commit 05be707e92

View File

@@ -379,6 +379,13 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>