有时候会出现这种情况,看一下项目的pom中是否有这个插件配置,没有的话需要引入。
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
原文地址:https://www.cnblogs.com/jichi/p/11865765.html
时间: 2024-10-07 20:44:42