Browse Source

加密Jar加入打包

郑杰 2 years ago
parent
commit
dd37e2e481
1 changed files with 12 additions and 12 deletions
  1. 12 12
      framework/pom.xml

+ 12 - 12
framework/pom.xml

@@ -425,17 +425,17 @@
425 425
 
426 426
     </dependencies>
427 427
 
428
-    <!--<build>-->
429
-        <!--<plugins>-->
430
-            <!--<plugin>-->
431
-                <!--<groupId>org.springframework.boot</groupId>-->
432
-                <!--<artifactId>spring-boot-maven-plugin</artifactId>-->
433
-                <!--<configuration>-->
434
-                    <!--&lt;!&ndash; maven打包时会将外部引入的jar包(比如在根目录下或resource文件下新加外部jar包)打包到项目jar &ndash;&gt;-->
435
-                    <!--<includeSystemScope>true</includeSystemScope>-->
436
-                <!--</configuration>-->
437
-            <!--</plugin>-->
438
-        <!--</plugins>-->
439
-    <!--</build>-->
428
+    <build>
429
+        <plugins>
430
+            <plugin>
431
+                <groupId>org.springframework.boot</groupId>
432
+                <artifactId>spring-boot-maven-plugin</artifactId>
433
+                <configuration>
434
+                    <!-- maven打包时会将外部引入的jar包(比如在根目录下或resource文件下新加外部jar包)打包到项目jar -->
435
+                    <includeSystemScope>true</includeSystemScope>
436
+                </configuration>
437
+            </plugin>
438
+        </plugins>
439
+    </build>
440 440
 
441 441
 </project>