Connection is read-only. Queries leading to data modification are not allowe解决

场景:用动态代理类调用本类中的事务方法后,又调用其他service的方法时,会抛此异常Connection is read-only. Queries leading to data modification are not allowe解决_第1张图片

 解决方法:事务注解放在本类方法上,让处于同一事务下即可Connection is read-only. Queries leading to data modification are not allowe解决_第2张图片

初步认为是动态代理类影响了事务aop。

你可能感兴趣的:(数据库,spring,spring,boot)