Bladeren bron

斗拱支付

Chris-zy 1 jaar geleden
bovenliggende
commit
a865eb4fe0
1 gewijzigde bestanden met toevoegingen van 9 en 0 verwijderingen
  1. 9 0
      pom.xml

+ 9 - 0
pom.xml

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