| | |
| | | <!-- tk.mybatis --> |
| | | <mapper.plugin>tk.mybatis.mapper.generator.MapperPlugin</mapper.plugin> |
| | | <mapper.Mapper>tk.mybatis.mapper.common.Mapper</mapper.Mapper> |
| | | <itext.version>7.2.2</itext.version> |
| | | </properties> |
| | | |
| | | <dependencies> |
| | |
| | | <artifactId>poi</artifactId> |
| | | <version>4.1.2</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> |
| | | <dependency> |
| | | <groupId>org.apache.poi</groupId> |
| | | <artifactId>poi-ooxml</artifactId> |
| | | <version>4.1.2</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-excelant --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.apache.poi</groupId>--> |
| | | <!-- <artifactId>poi-excelant</artifactId>--> |
| | | <!-- <version>5.2.2</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | |
| | | <!--阿里云推送--> |
| | | <dependency> |
| | |
| | | |
| | | |
| | | <!-- pdf:start --> |
| | | <!-- https://mvnrepository.com/artifact/com.itextpdf/itext7-core --> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>itextpdf</artifactId> |
| | | <version>5.5.13.3</version> |
| | | <artifactId>itext7-core</artifactId> |
| | | <version>${itext.version}</version> |
| | | <type>pom</type> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.itextpdf.tool</groupId> |
| | | <artifactId>xmlworker</artifactId> |
| | | <version>5.5.13.3</version> |
| | | </dependency> |
| | | <!-- 支持中文 --> |
| | | <!-- https://mvnrepository.com/artifact/com.itextpdf/html2pdf --> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>itext-asian</artifactId> |
| | | <version>5.2.0</version> |
| | | <artifactId>html2pdf</artifactId> |
| | | <version>4.0.2</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/com.itextpdf/font-asian --> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>font-asian</artifactId> |
| | | <version>${itext.version}</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <!-- 支持css样式渲染 --> |
| | | <dependency> |
| | | <groupId>org.xhtmlrenderer</groupId> |
| | | <artifactId>flying-saucer-pdf-itext5</artifactId> |
| | | <version>9.1.22</version> |
| | | <version>9.1.16</version> |
| | | </dependency> |
| | | <!-- 转换html为标准xhtml包 --> |
| | | <dependency> |
| | |
| | | <artifactId>jtidy</artifactId> |
| | | <version>r938</version> |
| | | </dependency> |
| | | <!-- pdf:end --> |
| | | <!-- https://mvnrepository.com/artifact/org.freemarker/freemarker --> |
| | | <dependency> |
| | | <groupId>org.freemarker</groupId> |
| | | <artifactId>freemarker</artifactId> |
| | | <version>2.3.31</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |