“The import org.springframework cannot be resolved.”

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

Here is my POM.xml file:


    
        1.6
        3.2.2.RELEAS         


        
17条回答
  •  别那么骄傲
    2020-12-13 13:12

    Finally my issue got resolved. I was importing the project as "Existing project into workspace". This was completely wrong. After that I selected "Existing Maven project" and after that some few hiccups and all errors were removed. In this process I got to learn so many things in Maven which are important for a new comer in Maven project.

提交回复
热议问题