소스 검색

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

南宫茜 1 년 전
부모
커밋
05be707e92
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -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>