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" />

posted @ 2018-01-22 18:31  GreatK  阅读(5002)  评论(0)    收藏  举报