apache/incubator-seata
在 GitHub 查看Seata1.6.1,注册中心为eureka,在springboot3.0.0+springcloud2022.0.0,客户端启动报错NoClassDefFoundError: com/netflix/config/ConfigurationManager
Open
#5,227 创建于 2023年1月3日
good first issuetask: help-wanted
仓库指标
- Star
- (25,960 star)
- PR 合并指标
- (平均合并 13天 1小时) (30 天内合并 13 个 PR)
描述
- I have searched the issues of this repository and believe that this is not a duplicate.
Ⅰ. Issue Description
Seata1.6.1,注册中心为eureka,在springboot3.0.0+springcloud2022.0.0,客户端启动报错 Error creating bean with name 'globalTransactionScanner' defined in class path resource [io/seata/spring/boot/autoconfigure/SeataAutoConfiguration.class]: com/netflix/config/ConfigurationManager
因为springcloud2022.0.0的eureka已经剔除了archaius的依赖,ConfigurationManager不存在

Ⅱ. Environment:
- JDK version : 17
- Seata version: 1.6.1
- SpringBoot: 3.0.0
- SpringCloud: 2022.0.0