This commit is contained in:
2025-03-25 20:16:03 +08:00
parent 489300abe3
commit 8d23c199fa
15 changed files with 177 additions and 76 deletions

View File

@ -17,7 +17,13 @@
<dependencies>
<!-- https://mvnrepository.com/artifact/com.itextpdf/itext7-core -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itext7-core</artifactId>
<version>7.2.0</version>
<type>pom</type>
</dependency>
<!-- Spring框架基本的核心工具 -->
<dependency>
@ -158,6 +164,11 @@
<groupId>com.baomidou</groupId>
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>