添加 org.projectlombok 依赖

This commit is contained in:
YuCheng Hu 2022-10-02 08:33:04 -04:00
parent 965d8830d8
commit a96363f9c4
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@
<artifactId>jjwt</artifactId>
<version>0.9.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>