“The import org.springframework cannot be resolved.”

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

Here is my POM.xml file:


    
        1.6
        3.2.2.RELEAS         


        
17条回答
  •  心在旅途
    2020-12-13 13:05

    I imported a project as 'Existing Maven Project' and was getting this issue.

    Resolution: Changed Java Build Path of JRE System Library to Workspace defailt JRE [jdk 1.8]

    Steps:

    Right click on project -> build path -> configure build path -> Libraries Tab -> double click JRE System Library -> change to Workspace defailt JRE [jdk 1.8]

提交回复
热议问题