|
@@ -30,6 +30,14 @@
|
|
|
<sa-token.version>1.29.0</sa-token.version>
|
|
|
<springdoc.version>1.6.6</springdoc.version>
|
|
|
</properties>
|
|
|
+
|
|
|
+ <repositories>
|
|
|
+ <repository>
|
|
|
+ <id>com.e-iceblue</id>
|
|
|
+ <name>e-iceblue</name>
|
|
|
+ <url>http://repo.e-iceblue.com/nexus/content/groups/public/</url>
|
|
|
+ </repository>
|
|
|
+ </repositories>
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -130,13 +138,14 @@
|
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
<version>1.4.0</version>
|
|
|
</dependency>
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>e-iceblue</groupId>-->
|
|
|
-<!-- <artifactId>spire.pdf</artifactId>-->
|
|
|
-<!-- <version>2.2.0</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
- </dependencies>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>e-iceblue</groupId>
|
|
|
+ <artifactId>spire.pdf</artifactId>
|
|
|
+ <version>8.7.0</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ </dependencies>
|
|
|
|
|
|
<build>
|
|
|
<finalName>QMS_PROD</finalName>
|
|
@@ -144,6 +153,10 @@
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <!-- 这个配置很重要,是将外部依赖打包进来的,如果没有该配置,打出来的jar包是不包含外部jar包的 -->
|
|
|
+ <includeSystemScope>true</includeSystemScope>
|
|
|
+ </configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|