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  松油灯  阅读(232)  评论(0编辑  收藏  举报