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
Following actions worked for me.
1.Go to Project in toolbar -> Unchecked "Build Automatically"
2.In POM File,Downgrade the spring-boot version to 2.1.4 RELEASE.
3.Right Click on Project name -> Select Maven -> Click on "Update Project". ->OK Wait till all the maven dependency to get downloaded(Need internet).