去除lombok依赖-后续考虑引入

This commit is contained in:
gaofw189
2023-02-09 09:20:46 +08:00
parent c2e26291ce
commit 5462b1f6c6
6 changed files with 178 additions and 25 deletions

View File

@@ -57,11 +57,6 @@
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>