| | |
| | | |
| | | <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>--> |
| | | <!-- <artifactId>spring-boot-devtools</artifactId>--> |
| | | <!-- <optional>true</optional> <!– 表示依赖不会传递 –>--> |
| | | <!-- </dependency>--> |
| | | <dependency> |
| | | <groupId>org.springframework</groupId> |
| | | <artifactId>spring-test</artifactId> |
| | | <version>5.3.2</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | |
| | | <!-- swagger3--> |
| | | <dependency> |
| | |
| | | <failOnMissingWebXml>false</failOnMissingWebXml> |
| | | <warName>${project.artifactId}</warName> |
| | | </configuration> |
| | | </plugin> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-compiler-plugin</artifactId> |
| | | <configuration> |
| | | <source>1.8</source> |
| | | <target>1.8</target> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | <finalName>${project.artifactId}</finalName> |
| | | </build> |