我在this SO question提到同样的问题。我试图找到解决方案,但无法找到解决方案。
以下是有关我的环境的信息
操作系统:Ubuntu 13.10
IDE:eclipse kepler 4.3
Spring 4.0.2版
我的机器上安装了jdk 8,我正在使用JRE 1.7作为项目
我的POM文件中确实存在aspectjweaver依赖
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.5.4</version>
</dependency>
我可以使用ctrl+shift+T
请找到我的日食的屏幕截图。