2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-12-29 21:39:31 +08:00

提交代码:采用lombok

This commit is contained in:
hotlcc
2018-08-15 16:25:55 +08:00
parent 3e0e974a45
commit 8d4c2cace0
7 changed files with 22 additions and 381 deletions

View File

@@ -79,7 +79,12 @@
<artifactId>javase</artifactId>
<version>3.3.3</version>
</dependency>
<!--lombok简化开发-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.20</version>
</dependency>
</dependencies>
<build>