问题描述
使用io.seata:seata-spring-boot-starter:1.4.2 以下是我的配置:
seata.enabled=false seata.enable-auto-data-source-proxy=true seata.data-source-proxy-mode=AT seata.tx-service-group=default seata.service.vgroup-mapping.default=default seata.service.grouplist.default=localhost:8091 seata.client.undo.log-serialization=kryo
启动项目后报错:
APPLICATION FAILED TO START
Description:
Parameter 0 of method seataAutoDataSourceProxyCreator in io.seata.spring.boot.autoconfigure.SeataDataSourceAutoConfiguration required a bean of type 'io.seata.spring.boot.autoconfigure.properties.SeataProperties' that could not be found.
Action:
Consider defining a bean of type 'io.seata.spring.boot.autoconfigure.properties.SeataProperties' in your configuration.
查看源码io.seata.spring.boot.autoconfigure.SeataDataSourceAutoConfiguration.class
发现@ConditionalOnExpression("${seata.enable:true} && ${seata.enableAutoDataSourceProxy:true} && ${seata.enable-auto-data-source-proxy:true}")
与io.seata.spring.boot.autoconfigure.properties.SeataProperties.class中的enabled属性不符
是否应将seata.enable:true替换为```seata.enabled:true``?
环境信息
JDK version : 1.8.0_271 OS : MacOS BigSur_11.1
原提问者GitHub用户fungoddd
确实存在此问题,你可以暂时增加一列配置seata.enableAutoDataSourceProxy=false来解决,后续我们修复掉这个参数名不统一的问题
原回答者GitHub用户a364176773
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。
阿里云拥有国内全面的云原生产品技术以及大规模的云原生应用实践,通过全面容器化、核心技术互联网化、应用 Serverless 化三大范式,助力制造业企业高效上云,实现系统稳定、应用敏捷智能。拥抱云原生,让创新无处不在。