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

pull/1651/head
南宫茜 2024-10-17 17:14:48 +08:00 committed by GitHub
parent cbd6a57e15
commit 05be707e92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

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