|
@@ -52,13 +52,13 @@
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
</dependency>
|
|
|
-
|
|
|
+
|
|
|
<!-- JSON工具类 -->
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
</dependency>
|
|
|
-
|
|
|
+
|
|
|
<!-- 阿里JSON解析器 -->
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba.fastjson2</groupId>
|
|
@@ -119,6 +119,52 @@
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+ <!-- lombok -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.projectlombok</groupId>
|
|
|
+ <artifactId>lombok</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- lombok -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.hutool</groupId>
|
|
|
+ <artifactId>hutool-all</artifactId>
|
|
|
+ <version>5.8.28</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- mybatis-plus -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
+ <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
+ <version>3.4.2</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- aliyun-java-sdk -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.aliyun.oss</groupId>
|
|
|
+ <artifactId>aliyun-sdk-oss</artifactId>
|
|
|
+ <version>3.10.2</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- Minio-java-sdk -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>io.minio</groupId>
|
|
|
+ <artifactId>minio</artifactId>
|
|
|
+ <version>8.4.3</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- office文件对jar包 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.e-iceblue</groupId>
|
|
|
+ <artifactId>spire.office.free</artifactId>
|
|
|
+ <version>5.3.1</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
</dependencies>
|
|
|
|
|
|
</project>
|