提交代码0323
This commit is contained in:
parent
9c0486770e
commit
1f1208940f
21
java/pom.xml
21
java/pom.xml
@ -104,6 +104,27 @@
|
||||
<!-- <artifactId>spring-boot-starter-data-elasticsearch</artifactId>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<!-- Apache Commons Compress(支持 ZIP, GZIP, BZIP2, TAR, XZ 等) -->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-compress</artifactId>
|
||||
<version>1.23.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- XZ 压缩支持(Apache Commons Compress 需要) -->
|
||||
<dependency>
|
||||
<groupId>org.tukaani</groupId>
|
||||
<artifactId>xz</artifactId>
|
||||
<version>1.9</version>
|
||||
</dependency>
|
||||
|
||||
<!-- RAR 解压支持 -->
|
||||
<dependency>
|
||||
<groupId>com.github.junrar</groupId>
|
||||
<artifactId>junrar</artifactId>
|
||||
<version>7.5.4</version>
|
||||
</dependency>
|
||||
|
||||
<!-- spring-Mybatis-->
|
||||
<dependency>
|
||||
<groupId>org.mybatis.spring.boot</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user