【发布时间】:2020-01-30 04:38:41
【问题描述】:
我正在尝试将 Chaos Monkey 与 Spring Boot 一起使用,但出现以下错误。有没有人将它与 spring cloud 和 Hystrix 一起使用来测试后备?无法启动服务器。
Caused by: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'chaosMonkeyRequestScope': Requested bean is currently in creation: Is there an unresolvable circular reference?
我正在使用以下版本:
springBootVersion = '2.1.2.RELEASE'
springCloudVersion= "Greenwich.SR3"
"de.codecentric:chaos-monkey-spring-boot:2.1.0"
【问题讨论】:
-
嗨,你能看看我的有什么问题吗? github.com/chandresh87/MicroServices/blob/master/…
-
不知道怎么回事
标签: spring spring-boot spring-cloud hystrix spring-boot-chaos-monkey