浏览代码

修改任务不返回创建人

lwhhszx 2 年之前
父节点
当前提交
c47fc6c762

+ 19 - 6
pom.xml

@@ -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>

+ 1 - 1
src/main/resources/application-prodNetIn.yml

@@ -56,7 +56,7 @@ spring:
     #初始化表结构
     jdbc:
       initialize-schema: never
-PCSUrl: http://localhost:8879
+PCSUrl: http://localhost:8871
 PASUrl: http://localhost:8877
 OPSUrl: http://139.224.24.90:5001
 mybatis-plus:

+ 1 - 1
src/main/resources/application-prodNetOut.yml

@@ -56,7 +56,7 @@ spring:
     #初始化表结构
     jdbc:
       initialize-schema: never
-PCSUrl: http://localhost:8879
+PCSUrl: http://localhost:8871
 PASUrl: http://localhost:8877
 OPSUrl: http://192.168.1.24:5001
 mybatis-plus:

+ 1 - 1
src/main/resources/application.yml

@@ -21,7 +21,7 @@ spring:
       max-file-size: 1000MB
       max-request-size: 1000MB
   profiles:
-    active: dev
+    active: prodNetIn
   jackson:
     default-property-inclusion: non_null
     serialization: