Springboot cannot enter the local package solution using maven packaging

When using the springboot-1.5.6.RELEASE version, you need to add the following nodes to the pom

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

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325647092&siteId=291194637