| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-parent</artifactId> |
| | | <version>2.3.3.RELEASE</version> |
| | | <relativePath/> <!-- lookup parent from repository --> |
| | | <relativePath/> |
| | | <!-- lookup parent from repository --> |
| | | </parent> |
| | | |
| | | <properties> |
| | |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid</artifactId> |
| | | <version>1.1.6</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson --> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>1.2.74</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/net.coobird/thumbnailator --> |
| | |
| | | |
| | | <!-- pdf:start --> |
| | | <!-- https://mvnrepository.com/artifact/com.itextpdf/itext7-core --> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>itext7-core</artifactId> |
| | | <version>${itext.version}</version> |
| | | <type>pom</type> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.itextpdf</groupId>--> |
| | | <!-- <artifactId>itext7-core</artifactId>--> |
| | | <!-- <version>${itext.version}</version>--> |
| | | <!-- <type>pom</type>--> |
| | | <!-- </dependency>--> |
| | | <!-- https://mvnrepository.com/artifact/com.itextpdf/html2pdf --> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>html2pdf</artifactId> |
| | | <version>4.0.2</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox --> |
| | | <dependency> |
| | | <groupId>org.apache.pdfbox</groupId> |
| | | <artifactId>pdfbox</artifactId> |
| | | <version>2.0.26</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/com.itextpdf/font-asian --> |
| | | <dependency> |
| | |
| | | <groupId>org.freemarker</groupId> |
| | | <artifactId>freemarker</artifactId> |
| | | <version>2.3.31</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/com.belerweb/pinyin4j --> |
| | | <dependency> |
| | | <groupId>com.belerweb</groupId> |
| | | <artifactId>pinyin4j</artifactId> |
| | | <version>2.5.1</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | |
| | | |
| | | <resources> |
| | | <resource> |
| | | <filtering>true</filtering> |
| | | <directory>src/main/resources</directory> |
| | | <!-- <includes>--> |
| | | <!-- <include>*.xml</include>--> |
| | | <!-- <include>*.yml</include>--> |
| | | <!-- </includes>--> |
| | | <filtering>true</filtering> |
| | | </resource> |
| | | </resources> |
| | | </build> |
| | |
| | | <repository> |
| | | <id>alimaven</id> |
| | | <name>aliyun maven</name> |
| | | <url>http://maven.aliyun.com/nexus/content/groups/public/</url> |
| | | <url>https://maven.aliyun.com/repository/public</url> |
| | | </repository> |
| | | <repository> |
| | | <id>spring-snapshots</id> |