Exception in thread "main" java.lang.ClassCastException: org.springframework.aop.aspectj.AspectJExpressionPointcut cannot be cast to com.bjsxt.service ...
Exception in thread "main" java.lang.ClassCastException: org.springframework.aop.aspectj.AspectJExpressionPointcut cannot be cast to com.bjsxt.serviceImpl.HelloPointCut
at com.bjsxt.test.Test1.main(Test1.java:28)
檢查applicationContext.xml配置文件,原來在配置切點bean和配置切麵的切點id用了同一個,任意改一個即可