Execution default of goal org.springframework.boot:spring-boot-maven-plugin

<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<phase>none</phase>
</execution>
</executions>
</plugin>原文:https://www.cnblogs.com/xietianhua/p/11345718.html