mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
文件导入改善
This commit is contained in:
@@ -89,6 +89,9 @@
|
||||
|
||||
<!-- 拼音 -->
|
||||
<pingyinfj.version>2.5.1</pingyinfj.version>
|
||||
<xlsx-streamer.version>2.1.0</xlsx-streamer.version>
|
||||
<stax-api.version>1.0-2</stax-api.version>
|
||||
<excel-poi.version>4.1.2</excel-poi.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -511,6 +514,17 @@
|
||||
<version>${easyexcel.verion}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi</artifactId>
|
||||
<version>${excel-poi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.poi</groupId>
|
||||
<artifactId>poi-ooxml</artifactId>
|
||||
<version>${excel-poi.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
@@ -647,6 +661,26 @@
|
||||
<version>${pingyinfj.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.monitorjbl/xlsx-streamer -->
|
||||
<dependency>
|
||||
<groupId>com.monitorjbl</groupId>
|
||||
<artifactId>xlsx-streamer</artifactId>
|
||||
<version>${xlsx-streamer.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/javax.xml.stream/stax-api -->
|
||||
<dependency>
|
||||
<groupId>javax.xml.stream</groupId>
|
||||
<artifactId>stax-api</artifactId>
|
||||
<version>${stax-api.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
<!-- SMS SDK begin -->
|
||||
<dependency>
|
||||
<groupId>com.aliyun</groupId>
|
||||
|
||||
Reference in New Issue
Block a user