|
@@ -7,7 +7,7 @@
|
|
<parent>
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
- <version>2.2.0.RELEASE</version> <!-- 使用最新的稳定版或其他适用版本 -->
|
|
|
|
|
|
+ <version>2.7.18</version> <!-- 使用最新的稳定版或其他适用版本 -->
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
@@ -49,7 +49,7 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.malk</groupId>
|
|
<groupId>com.malk</groupId>
|
|
<artifactId>base</artifactId>
|
|
<artifactId>base</artifactId>
|
|
- <version>1.2-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>1.3</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
@@ -92,6 +92,11 @@
|
|
<artifactId>spire.pdf.free</artifactId>
|
|
<artifactId>spire.pdf.free</artifactId>
|
|
<version>5.1.0</version>
|
|
<version>5.1.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
|
+ <artifactId>lombok</artifactId>
|
|
|
|
+ <scope>provided</scope>
|
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|