apache/incubator-seata
Vedi su GitHubSeata1.6.1,注册中心为eureka,在springboot3.0.0+springcloud2022.0.0,客户端启动报错NoClassDefFoundError: com/netflix/config/ConfigurationManager
Open
#5227 aperta il 3 gen 2023
good first issuetask: help-wanted
Metriche repository
- Star
- (25.960 star)
- Metriche merge PR
- (Merge medio 13g 1h) (13 PR mergiate in 30 g)
Descrizione
- 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