,groupid一直无缘无故报错,各种处理排错,就是解决不了!!!!!!

解决方案 »

  1.   

    截图贴出来
    groupid是不是写错了。。
      

  2.   

    <groupID> com.it<groupID>其中,com一直是报错!
      

  3.   

    <groupId>
      

  4.   

    标签写错了,另外,遇到错误,多看看工具给的提示:如以下 groupId
    <dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-test</artifactId>
    <scope>test</scope>
    </dependency>
      

  5.   

    这位大佬,那个我写上去的是错的,但是我写在程序里是对的,就是无缘无故的报我说的那个错,后来我重新安装了一下软件,才没有那个错误,但是我想知道那个为什么groupid报错?
      

  6.   

    eclipse springboot pom.xml无故报错究极处理方案:
    1.refresh项目
    2.Maven->Update project
    3.找一个正常的pom.xml复制到报错的pom.xml里
    我一般通过这三个方法能解决pom.xml无故报错