Browse Source

构建配置将加解密类加入

郑杰 2 years ago
parent
commit
6aad4f172e
2 changed files with 4 additions and 4 deletions
  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
             <plugin>
30
             <plugin>
31
                 <groupId>org.springframework.boot</groupId>
31
                 <groupId>org.springframework.boot</groupId>
32
                 <artifactId>spring-boot-maven-plugin</artifactId>
32
                 <artifactId>spring-boot-maven-plugin</artifactId>
33
-                <configuration>
34
-                    <!-- maven打包时会将外部引入的jar包(比如在根目录下或resource文件下新加外部jar包)打包到项目jar -->
35
-                    <includeSystemScope>true</includeSystemScope>
36
-                </configuration>
37
             </plugin>
33
             </plugin>
38
         </plugins>
34
         </plugins>
39
     </build>
35
     </build>

+ 4 - 0
seller-api/pom.xml

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