摘要:
错误描述调用save()方法报错 Connection is read-only. Queries leading to data modification are not allowed产生原因让所有的方法都加入事务管理,类前面加了注解 @Transactional(readOnly = true 阅读全文
posted @ 2022-05-19 21:09 且行且思 阅读(798) 评论(0) 推荐(0)
|
|||
|
摘要:
错误描述调用save()方法报错 Connection is read-only. Queries leading to data modification are not allowed产生原因让所有的方法都加入事务管理,类前面加了注解 @Transactional(readOnly = true 阅读全文
posted @ 2022-05-19 21:09 且行且思 阅读(798) 评论(0) 推荐(0) |
|||