apache/incubator-seata

Seata1.6.1,注册中心为eureka,在springboot3.0.0+springcloud2022.0.0,客户端启动报错NoClassDefFoundError: com/netflix/config/ConfigurationManager

Open

#5,227 建立於 2023年1月3日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Java (25,960 star) (8,878 fork)batch import
good first issuetask: help-wanted

描述

  • 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不存在 image

Ⅱ. Environment:

  • JDK version : 17
  • Seata version: 1.6.1
  • SpringBoot: 3.0.0
  • SpringCloud: 2022.0.0

貢獻者指南