JAVA: 解决is expected to be of type but was actually of type com.sun.proxy.$Proxy的问题

修改spring-config文件中的transactionManager部分为

<tx:annotation-driven proxy-target-class="true" transaction-manager="transactionManager" />

原文地址:https://www.cnblogs.com/ilovewindy/p/8330530.html