一、该问题的重现步骤是什么?
1. bladex-biz工程引入
<dependency> <groupId>org.springblade</groupId> <artifactId>blade-starter-transaction</artifactId> </dependency>
2. 在不clean 的情况下 修改 项目内容(
TestFlowServiceImpl
) 重新运行 报错
Requested bean is currently in creation: Is there an unresolvable circular reference?
每次都需要clean一下 才能重新运行。
单独引用seata 不会有这个问题
<!--<dependency>-->
<!--<groupId>com.alibaba.cloud</groupId>-->
<!--<artifactId>spring-cloud-starter-alibaba-seata</artifactId>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.seata</groupId>-->
<!--<artifactId>seata-spring-boot-starter</artifactId>-->
<!--</dependency>-->
二、你期待的结果是什么?实际看到的又是什么?
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
2.8.1 window
四、请提供详细的错误堆栈信息,这很重要。
所以的feign都会报错(包括 Bladex-Tool 中的feign)
Error creating bean with name 'com.springblade.testflow.feign.IDeleteRoleAndParamClient': Requested bean is currently in creation: Is there an unresolvable circular reference?
五、若有更多详细信息,请在下面提供。
扫一扫访问 Blade技术社区 移动端