浏览代码

构建配置将加解密类加入

郑杰 2 年之前
父节点
当前提交
6aad4f172e
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 0 4
      buyer-api/pom.xml
  2. 4 0
      seller-api/pom.xml

+ 0 - 4
buyer-api/pom.xml

@@ -30,10 +30,6 @@
30 30
             <plugin>
31 31
                 <groupId>org.springframework.boot</groupId>
32 32
                 <artifactId>spring-boot-maven-plugin</artifactId>
33
-                <configuration>
34
-                    <!-- maven打包时会将外部引入的jar包(比如在根目录下或resource文件下新加外部jar包)打包到项目jar -->
35
-                    <includeSystemScope>true</includeSystemScope>
36
-                </configuration>
37 33
             </plugin>
38 34
         </plugins>
39 35
     </build>

+ 4 - 0
seller-api/pom.xml

@@ -25,6 +25,10 @@
25 25
             <plugin>
26 26
                 <groupId>org.springframework.boot</groupId>
27 27
                 <artifactId>spring-boot-maven-plugin</artifactId>
28
+                <configuration>
29
+                    <!-- maven打包时会将外部引入的jar包(比如在根目录下或resource文件下新加外部jar包)打包到项目jar -->
30
+                    <includeSystemScope>true</includeSystemScope>
31
+                </configuration>
28 32
             </plugin>
29 33
         </plugins>
30 34
     </build>