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用了同一个,任意改一个即可