异常: Bean named 'org.springframework.transaction.interceptor.TransactionInterceptor#0' is expected to be of type 'org.aopalliance.aop.Advice' but was actually of type 'org.springframework.transaction.i

场景:

在使用spring整合hibernate事务时报错
解决:

spring-aop中已经包含aopaliance,删除多余的jar包

猜你喜欢

转载自www.cnblogs.com/hujingnb/p/10246174.html