会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
freedom
先汗如雨下,再貌美如花
博客园
首页
联系
管理
订阅
2018年10月6日
spring整合之后运行报什么只读错误。Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction definition.
摘要: 解决办法, 再大dao的实现类上添加注解: @Transactional(readOnly = false ) 不让它只读就行了
阅读全文
posted @ 2018-10-06 10:11 松油灯
阅读(235)
评论(0)
推荐(0)
编辑
公告