|
|
|
@ -18,6 +18,23 @@
|
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
<!--转pdf--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.documents4j</groupId> |
|
|
|
|
<artifactId>documents4j-local</artifactId> |
|
|
|
|
<version>${documents4j.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.documents4j</groupId> |
|
|
|
|
<artifactId>documents4j-transformer-msoffice-word</artifactId> |
|
|
|
|
<version>${documents4j.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.documents4j</groupId> |
|
|
|
|
<artifactId>documents4j-UTIL-ALL</artifactId> |
|
|
|
|
<version>${documents4j.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>redis.clients</groupId> |
|
|
|
|
<artifactId>jedis</artifactId> |
|
|
|
@ -232,6 +249,12 @@
|
|
|
|
|
<artifactId>swagger-bootstrap-ui</artifactId> |
|
|
|
|
<version>${swagger-bootstrap-ui.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>e-iceblue</groupId> |
|
|
|
|
<artifactId>spire.xls.free</artifactId> |
|
|
|
|
<version>3.9.1</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|