Welcome to my website, have a nice day!
Dream it, Do it, Make it!

pom.xml文件spring-boot-maven-plugin报错

IntelLij Idea maven配置文件pom.xml报错,解决办法是加入版本号。

   <plugins>
        <plugin>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-maven-plugin</artifactId>
            <version>2.4.1</version>
        </plugin>
    </plugins>

References

  1. Spring boot maven plugin class not found
赞(0)
未经允许禁止转载:Ddmit » pom.xml文件spring-boot-maven-plugin报错

评论 抢沙发

登录

找回密码

注册