kid vor 3 Jahren
Ursprung
Commit
259a21742c
1 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
  1. 8 8
      framework/pom.xml

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