seata 从 0.8 到1.1.0 升级客户端报错:Could not found property service. disableGlobalTransaction, try to use default value instead. Could not found property service.


环境:

 软件  版本
 spring cloud  2.1.6.RELEASE
 spring-cloud-starter-alibaba-seata  2.2.0.RELEASE
 



暂时可以猜测是 disableGlobalTransaction 这个配置没有配置
可以使用shitf +shitf 全局搜索一下,可以看出disableGlobalTransaction 是seata的一个属性

 

 

 可以看出这个配置属性是没有配的,可以在对应的config 类型下配置即好,当此是config.type = "file",因此在file.conf配置即好

 

 

 



 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM