加上事务aop后项目启动报错 BeanPostProcessor before instantiation of bean failed
在项目中加上基于xml的aop后,项目无法启动,错误信息如下:
Error creating bean with name 'customerService' defined in class path resource [bean.xml]: BeanPostProcessor before instantiation of bean failed;
原因是少了一个jar包:aspectj.weaver.jar
版权声明:本文为qq_22339269原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。