is expected to be of type but was actually of type 'com.sun.proxy.$Proxy70'

来源:互联网 发布:水泥凝结时间测定数据 编辑:程序博客网 时间:2024/05/22 14:54

spring boot项目,启动报这个异常

原因是:我通过@EnableTransactionManagement 启动了事务,但是没有开启cglib的动态代理。

application.properties增加如下配置

#aopspring.aop.auto=truespring.aop.proxy-target-class=true

依赖中增加:

org.springframework.boot
spring-boot-starter-aop

阅读全文
0 0
原创粉丝点击