少于 1 分钟阅读

I added proxy-target-class="true" at the tx:-statement:

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

and after adding CGLIB to my dependencies it finally worked …

Answer Key:

Either program to interfaces or use class proxies.

分类:

更新时间:

留下评论