原因
我使用的aspectjweaver.jar版本是1.5.1,版本过低,导致报错。
需要下载高本版的aspectjweaver.jar。
解决办法
在这里下载:https://mvnrepository.com/artifact/org.aspectj/aspectjweaverhttps://mvnrepository.com/artifact/org.aspectj/aspectjweaver
然后再将jar包导入到项目中,运行成功!
我使用的aspectjweaver.jar版本是1.5.1,版本过低,导致报错。
需要下载高本版的aspectjweaver.jar。
在这里下载:https://mvnrepository.com/artifact/org.aspectj/aspectjweaverhttps://mvnrepository.com/artifact/org.aspectj/aspectjweaver
然后再将jar包导入到项目中,运行成功!