异常: 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包

原文地址:https://www.cnblogs.com/hujingnb/p/10246174.html