这里就以 aspose-words 举例
1.将准备好的第三方jar包添加在resource文件下
2.pom.xml文件中
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>16.4.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/jar/aspose-words-jdk16-16.4.0.jar</systemPath>
</dependency>
3.完事了