【报错】jar包丢失以及project标签报错解决方案

报错:

“'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-web:jar is missing”

“标记名称: project 描述 : The element is the root of the descriptor. The following table lists all of the possible child elements. 版本 : 3.0.0+”

报错截图:

【报错】jar包丢失以及project标签报错解决方案_第1张图片

 

解决方法:添加父依赖

    
        org.springframework.boot
        spring-boot-starter-parent
        2.7.10
         
    

你可能感兴趣的:(bug,前端,jar,java)