Pārlūkot izejas kodu

解决打包后依赖的 本地jar 包找不到的问题

zhulu 1 gadu atpakaļ
vecāks
revīzija
af7b5cecee
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      soc-auth/pom.xml

+ 3 - 0
soc-auth/pom.xml

@@ -93,6 +93,9 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <includeSystemScope>true</includeSystemScope>
+                </configuration>
                 <executions>
                     <execution>
                         <goals>