Kaynağa Gözat

Merge remote-tracking branch 'origin/mp-server-test' into mp-server-test

bluesx2023 1 yıl önce
ebeveyn
işleme
89316cc1cb
1 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  1. 9 0
      pom.xml

+ 9 - 0
pom.xml

@@ -313,6 +313,15 @@
                     </compilerArgs>
                 </configuration>
             </plugin>
+
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <!--maven编译时将本地引用的jar包一起打包-->
+                    <includeSystemScope>true</includeSystemScope>
+                </configuration>
+            </plugin>
         </plugins>
     </build>