在根pom.xml中,引入 以下坐标即可
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
</plugin>
转载请注明原文地址:https://tech.qufami.com/read-2003.html