|
|
@ -21,6 +21,8 @@ |
|
|
|
<easypoi.version>3.2.0</easypoi.version> |
|
|
|
<easypoi.version>3.2.0</easypoi.version> |
|
|
|
<documents4j.version>1.0.3</documents4j.version> |
|
|
|
<documents4j.version>1.0.3</documents4j.version> |
|
|
|
<swagger-bootstrap-ui.version>1.9.6</swagger-bootstrap-ui.version> |
|
|
|
<swagger-bootstrap-ui.version>1.9.6</swagger-bootstrap-ui.version> |
|
|
|
|
|
|
|
<!--特定版本--> |
|
|
|
|
|
|
|
<poi.version>4.1.2</poi.version> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
@ -57,7 +59,7 @@ |
|
|
|
<!--excel转换为pdf 通过https://repo.e-iceblue.cn/repository/maven-public/下载jar包--> |
|
|
|
<!--excel转换为pdf 通过https://repo.e-iceblue.cn/repository/maven-public/下载jar包--> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>e-iceblue </groupId> |
|
|
|
<groupId>e-iceblue</groupId> |
|
|
|
<artifactId>spire.xls.free</artifactId> |
|
|
|
<artifactId>spire.xls.free</artifactId> |
|
|
|
<version>3.9.1</version> |
|
|
|
<version>3.9.1</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
@ -66,33 +68,12 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<artifactId>poi</artifactId> |
|
|
|
<artifactId>poi</artifactId> |
|
|
|
<version>4.0.0</version> |
|
|
|
<version>${poi.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
<version>4.0.0</version> |
|
|
|
<version>${poi.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
|
|
|
<!-- <groupId>org.apache.poi</groupId>--> |
|
|
|
|
|
|
|
<!-- <artifactId>poi-ooxml-schemas</artifactId>--> |
|
|
|
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
|
|
|
<!-- <groupId>org.apache.poi</groupId>--> |
|
|
|
|
|
|
|
<!-- <artifactId>poi-scratchpad</artifactId>--> |
|
|
|
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
|
|
|
<!-- <groupId>cn.afterturn</groupId>--> |
|
|
|
|
|
|
|
<!-- <artifactId>easypoi-web</artifactId>--> |
|
|
|
|
|
|
|
<!-- <version>${easypoi.version}</version>--> |
|
|
|
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/cn.afterturn/easypoi-spring-boot-starter --> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>cn.afterturn</groupId> |
|
|
|
|
|
|
|
<artifactId>easypoi-spring-boot-starter</artifactId> |
|
|
|
|
|
|
|
<version>4.0.0</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
@ -268,18 +249,18 @@ |
|
|
|
<artifactId>jedis</artifactId> |
|
|
|
<artifactId>jedis</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<!-- <dependency>--> |
|
|
|
<!-- <dependency>--> |
|
|
|
<!-- <groupId>com.aliyun</groupId>--> |
|
|
|
<!-- <groupId>com.aliyun</groupId>--> |
|
|
|
<!-- <artifactId>aliyun-java-sdk-ecs</artifactId>--> |
|
|
|
<!-- <artifactId>aliyun-java-sdk-ecs</artifactId>--> |
|
|
|
<!-- <version>4.2.0</version>--> |
|
|
|
<!-- <version>4.2.0</version>--> |
|
|
|
<!-- <scope>compile</scope>--> |
|
|
|
<!-- <scope>compile</scope>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
|
|
|
|
|
|
<!--swagger-bootstrap-ui--> |
|
|
|
<!--swagger-bootstrap-ui--> |
|
|
|
<!-- <dependency>--> |
|
|
|
<!-- <dependency>--> |
|
|
|
<!-- <groupId>com.github.xiaoymin</groupId>--> |
|
|
|
<!-- <groupId>com.github.xiaoymin</groupId>--> |
|
|
|
<!-- <artifactId>swagger-bootstrap-ui</artifactId>--> |
|
|
|
<!-- <artifactId>swagger-bootstrap-ui</artifactId>--> |
|
|
|
<!-- <version>${swagger-bootstrap-ui.version}</version>--> |
|
|
|
<!-- <version>${swagger-bootstrap-ui.version}</version>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
<groupId>com.hnac.hzims</groupId> |
|
|
|
<artifactId>middle-api</artifactId> |
|
|
|
<artifactId>middle-api</artifactId> |
|
|
|