“The import org.springframework cannot be resolved.”

后端 未结 17 632
傲寒
傲寒 2020-12-13 12:44

Here is my POM.xml file:


    
        1.6
        3.2.2.RELEAS         


        
17条回答
  •  一整个雨季
    2020-12-13 13:06

    In my case I had to delete the jars inside .m2/repository and then did a Maven->Update Maven Project

    Looks like the jars were corrupt and deleting and downloading the fresh jar fixed the issue.

提交回复
热议问题