有时候会出现这种情况,看一下项目的pom中是否有这个插件配置,没有的话需要引入。
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
原文链接:/springboot/997405.html有时候会出现这种情况,看一下项目的pom中是否有这个插件配置,没有的话需要引入。
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
原文链接:/springboot/997405.html