| | |
| | | |
| | | <dependencies> |
| | | |
| | | <!-- Poi-tl Word 模板引擎--> |
| | | <dependency> |
| | | <groupId>com.deepoove</groupId> |
| | | <artifactId>poi-tl</artifactId> |
| | | <version>1.9.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.aspose</groupId> |
| | | <artifactId>aspose-cells</artifactId> |
| | | <version>8.5.2</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/libs/aspose-cells-8.5.2.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.aspose</groupId> |
| | | <artifactId>aspose-words</artifactId> |
| | | <version>14.9.0</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/libs/aspose-words-14.9.0-jdk16.jar</systemPath> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- spring-boot-devtools --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.springframework.boot</groupId>--> |