spring整合之后运行报什么只读错误。Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your

Posted freedom

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring整合之后运行报什么只读错误。Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your相关的知识,希望对你有一定的参考价值。

解决办法,

  再大dao的实现类上添加注解:

          @Transactional(readOnly = false )

  不让它只读就行了

以上是关于spring整合之后运行报什么只读错误。Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your的主要内容,如果未能解决你的问题,请参考以下文章

spring整合mybatis报.UnsatisfiedDependencyException错误

activemq与spring整合,tomcat启动,控制台报如下错误,activemq管理界面看不到消费者

spring 整合mongodb报NoSuchMethodError错误

spring事务管理属性为只读是啥意思

spring整合mybatis时运行测试代码报错Injection of autowired dependencies failed,请各位大神帮忙看看

spring boot 整合jsp