mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-23 00:26:19 +00:00
del[lombok]: 去掉lombok,jdk17已经有record
This commit is contained in:
@@ -102,15 +102,9 @@
|
||||
|
||||
<project.build.sourceEncoding>${file.encoding}</project.build.sourceEncoding>
|
||||
<maven.compiler.encoding>${file.encoding}</maven.compiler.encoding>
|
||||
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.24</version>
|
||||
</dependency>
|
||||
<!-- 依赖的util类库 -->
|
||||
<dependency>
|
||||
<groupId>com.zfoo</groupId>
|
||||
|
||||
Reference in New Issue
Block a user