“The import org.springframework cannot be resolved.”

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

Here is my POM.xml file:


    
        1.6
        3.2.2.RELEAS         


        
17条回答
  •  执念已碎
    2020-12-13 13:21

    Add these dependencies

    
        
            org.springframework
            spring-beans
            4.3.7.RELEASE
        
        
            org.springframework
            spring-context
            4.3.7.RELEASE
        
    
    

提交回复
热议问题