@@ -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>