解决lombok编译报错的问题
This commit is contained in:
3
pom.xml
3
pom.xml
@ -58,7 +58,7 @@
|
||||
<version>1.4.7</version>
|
||||
</dependency>
|
||||
|
||||
<!-- KingbaseES V8/V9 数据库 JDBC 驱动 -->
|
||||
KingbaseES V8/V9 数据库 JDBC 驱动
|
||||
<dependency>
|
||||
<groupId>com.kingbase8</groupId>
|
||||
<artifactId>kingbase8</artifactId>
|
||||
@ -92,6 +92,7 @@
|
||||
<path>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.38</version>
|
||||
</path>
|
||||
</annotationProcessorPaths>
|
||||
</configuration>
|
||||
|
Reference in New Issue
Block a user