Cannot find org.aspectj.weaver.reflect.ReflectionWorld

后端 未结 5 1848
暖寄归人
暖寄归人 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 07:57

    Ok, I finally found the solution to my problem!

    When I installed the Spring Tools plugin it seems I forgot to check both "AspectJ Compiler" and "AspectJ Development Tools" from the plugin list. As soon as I installed and restarted the Eclipse, the errors disappeared.

    Here's a print screen if someone interested:

    enter image description here

提交回复
热议问题