kid 3 年之前
父节点
当前提交
259a21742c
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. 8 8
      framework/pom.xml

+ 8 - 8
framework/pom.xml

@@ -425,17 +425,17 @@
425
 
425
 
426
     </dependencies>
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
                 <!--<configuration>-->
433
                 <!--<configuration>-->
434
                     <!--&lt;!&ndash; maven打包时会将外部引入的jar包(比如在根目录下或resource文件下新加外部jar包)打包到项目jar &ndash;&gt;-->
434
                     <!--&lt;!&ndash; maven打包时会将外部引入的jar包(比如在根目录下或resource文件下新加外部jar包)打包到项目jar &ndash;&gt;-->
435
                     <!--<includeSystemScope>true</includeSystemScope>-->
435
                     <!--<includeSystemScope>true</includeSystemScope>-->
436
                 <!--</configuration>-->
436
                 <!--</configuration>-->
437
-            </plugin>
438
-        </plugins>
439
-    </build>
437
+            <!--</plugin>-->
438
+        <!--</plugins>-->
439
+    <!--</build>-->
440
 
440
 
441
 </project>
441
 </project>