浏览代码

斗拱支付

Chris-zy 1 年之前
父节点
当前提交
a865eb4fe0
共有 1 个文件被更改,包括 9 次插入0 次删除
  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>