|
@@ -110,7 +110,55 @@
|
|
|
<artifactId>mybatis</artifactId>
|
|
<artifactId>mybatis</artifactId>
|
|
|
<version>3.5.6</version>
|
|
<version>3.5.6</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <!--文件上传-->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>commons-net</groupId>
|
|
|
|
|
+ <artifactId>commons-net</artifactId>
|
|
|
|
|
+ <version>3.6</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>commons-fileupload</groupId>
|
|
|
|
|
+ <artifactId>commons-fileupload</artifactId>
|
|
|
|
|
+ <version>1.3.2</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>commons-io</groupId>
|
|
|
|
|
+ <artifactId>commons-io</artifactId>
|
|
|
|
|
+ <version>2.4</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ <artifactId>poi-ooxml</artifactId>
|
|
|
|
|
+ <version>3.17</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
|
|
+ <version>3.17</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ <artifactId>poi-scratchpad</artifactId>
|
|
|
|
|
+ <version>3.17</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
|
+ <artifactId>poi-ooxml-schemas</artifactId>
|
|
|
|
|
+ <version>3.17</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>fr.opensagres.xdocreport</groupId>
|
|
|
|
|
+ <artifactId>xdocreport</artifactId>
|
|
|
|
|
+ <version>2.0.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <!-- pdf -->
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.itextpdf</groupId>
|
|
|
|
|
+ <artifactId>itextpdf</artifactId>
|
|
|
|
|
+ <version>5.5.11</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
<build>
|
|
<build>
|
|
@@ -127,7 +175,7 @@
|
|
|
<!--包名-->
|
|
<!--包名-->
|
|
|
<targetPackage>com.steerinfo.dil</targetPackage>
|
|
<targetPackage>com.steerinfo.dil</targetPackage>
|
|
|
<tables>
|
|
<tables>
|
|
|
- <param>LOG_RESULT</param>
|
|
|
|
|
|
|
+ <param>SYSTEM_FILE</param>
|
|
|
</tables>
|
|
</tables>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
<executions>
|
|
<executions>
|