Cannot find org.aspectj.weaver.reflect.ReflectionWorld

后端 未结 5 1847
暖寄归人
暖寄归人 2020-12-06 07:10

I\'m setting a Spring 3.2.3 + Hibernate 4 project in Eclipse 4.3.

When I add the code <

5条回答
  •  独厮守ぢ
    2020-12-06 08:10

    I had to add the Spring builder to my eclipse .project file to fix this issue

            
            org.springframework.ide.eclipse.core.springbuilder
            
            
        
    

提交回复
热议问题