在使用springboot-1.5.6.RELEASE  版本的时候,需要在pom中添加如下节点

<plugins>
  <plugin>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-maven-plugin</artifactId>
    <configuration>
      <includeSystemScope>true</includeSystemScope>
    </configuration>
  </plugin>
</plugins>

文末小福利免费视频资源网站www.sousuohou.com

相关文章: