IDEA springboot “spring-boot-maven-plugin“报红问题的解决方法

IDEA springboot “spring-boot-maven-plugin“报红问题的解决方法_第1张图片
在下面加入版本号和spring-boot-starter-parent版本一致

 <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.5.2</version>
        <relativePath/> <!-- lookup parent from repository -->
    </parent>

IDEA springboot “spring-boot-maven-plugin“报红问题的解决方法_第2张图片

你可能感兴趣的:(Springboot,spring,boot,spring,intellij-idea)