Why am I getting Unknown error in line 1 of pom.xml?

后端 未结 18 1402
悲&欢浪女
悲&欢浪女 2020-12-02 06:43

Getting unknown error at Line 1 in pom.xml in Eclipse IDE. It was working fine till yesterday, but all of a sudden after updating my project from master and aft

18条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 07:13

    whenever you facing this type of error simply change the Release version just like In my case it is showing Error in 2.2.7 I changed to 2.2.6

    Problem:

    org.springframework.boot
    spring-boot-starter-parent
    2.2.7.RELEASE
    

    Solution:

    org.springframework.boot
    spring-boot-starter-parent
    2.2.6.RELEASE
    

提交回复
热议问题