打包第三方jar

</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>
posted @ 2021-06-11 11:52  柒月廿三  阅读(7)  评论(0)    收藏  举报  来源