</dependencies>
<!-- 第三方jar Spire.Doc : word复制 -->
<dependency>
<groupId>Spire.Doc</groupId>
<artifactId>Spire.Doc</artifactId>
<version>2.7.3</version>
<scope>system</scope>
<systemPath>${basedir}/thirdparty_jar/Spire.Doc.jar</systemPath>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
</plugins>
</build>
打包第三方jar
最新推荐文章于 2024-01-02 21:33:08 发布