一峰说 2021-01-27 00:22 采纳率: 0%
浏览 129

springcloud的一个消费者启动问题

Caused by: java.lang.IllegalStateException: @ConditionalOnMissingBean did not specify a bean using type, name or annotation and the attempt to deduce the bean's type failed
    at org.springframework.boot.autoconfigure.condition.OnBeanCondition$BeanSearchSpec.validate

  • 写回答

1条回答 默认 最新

  • 一峰说 2021-01-27 02:07
    关注

    然后我进入project structure里的libraries删掉spring-boot-configure的jar包,然后重新导入,再导入http的一个包,就可以了

    评论

报告相同问题?