Browse Source

导出修复

sj
sj 3 years ago
parent
commit
e9024508ef
  1. 2
      yudao-framework/yudao-spring-boot-starter-flowable/pom.xml
  2. 16
      zsw-bxg/pom.xml

2
yudao-framework/yudao-spring-boot-starter-flowable/pom.xml

@ -17,6 +17,8 @@
<artifactId>yudao-common</artifactId> <artifactId>yudao-common</artifactId>
</dependency> </dependency>
<!-- Web 相关 --> <!-- Web 相关 -->
<dependency> <dependency>
<groupId>cn.iocoder.boot</groupId> <groupId>cn.iocoder.boot</groupId>

16
zsw-bxg/pom.xml

@ -32,6 +32,22 @@
<artifactId>pinyin4j</artifactId> <artifactId>pinyin4j</artifactId>
<version>2.5.1</version> <version>2.5.1</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-full</artifactId> <!--注意-->
<version>5.0.0</version>
</dependency>
<dependency> <dependency>
<groupId>com.dtflys.forest</groupId> <groupId>com.dtflys.forest</groupId>
<artifactId>forest-spring-boot-starter</artifactId> <artifactId>forest-spring-boot-starter</artifactId>

Loading…
Cancel
Save