1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/myfattree-wordexport

Клонировать/Скачать
pom.xml 4.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
wangjiaxiu Отправлено 07.03.2022 07:12 a900c59
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.2.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.xyt.file</groupId>
<artifactId>word</artifactId>
<version>0.1</version>
<name>word</name>
<description>export word file</description>
<properties>
<java.version>1.8</java.version>
</properties>
<repositories>
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository>
<repository>
<id>com.e-iceblue</id>
<url>https://repo.e-iceblue.cn/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.freemarker/freemarker -->
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.30</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>
<!--<version>3.12</version>-->
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-scratchpad -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>4.1.2</version>
<!--<version>3.12</version>-->
</dependency>
<!-- easypoi start -->
<!-- https://mvnrepository.com/artifact/cn.afterturn/easypoi-base -->
<!--<dependency>-->
<!--<groupId>cn.afterturn</groupId>-->
<!--<artifactId>easypoi-base</artifactId>-->
<!--<version>4.4.0</version>-->
<!--</dependency>-->
<!-- easypoi end -->
<!-- aspose-words 试用版 和 spire.pdf 免费版对需要转换的文档的页数有限制,而且会有水印 -->
<!-- aspose-words start -->
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>22.2</version>
<type>pom</type>
</dependency>
<!-- aspose-words end -->
<!-- spire.pdf start -->
<!-- 付费版 -->
<!--<dependency>-->
<!--<groupId>e-iceblue</groupId>-->
<!--<artifactId>spire.pdf</artifactId>-->
<!--<version>3.11.6</version>-->
<!--</dependency>-->
<!-- 免费版 -->
<dependency>
<groupId>e-iceblue</groupId>
<artifactId>spire.pdf.free</artifactId>
<version>3.9.0</version>
</dependency>
<!-- spire.pdf end -->
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/myfattree-wordexport.git
git@api.gitlife.ru:oschina-mirror/myfattree-wordexport.git
oschina-mirror
myfattree-wordexport
myfattree-wordexport
master