[异常笔记] spring cloud 服务消费者启动-2018040501

Posted 萧哥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[异常笔记] spring cloud 服务消费者启动-2018040501相关的知识,希望对你有一定的参考价值。

一、异常信息:

Error starting ApplicationContext. To display the auto-configuration report re-run your application with \'debug\' enabled.
2018-04-05 01:15:11.264 ERROR 8144 --- [  restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

A component required a bean of type \'java.util.List\' that could not be found.


Action:

Consider defining a bean of type \'java.util.List\' in your configuration.

二、原因及解决方法

在控制层那里有的注入没有使用,删掉即可。

 

以上是关于[异常笔记] spring cloud 服务消费者启动-2018040501的主要内容,如果未能解决你的问题,请参考以下文章

Spring Cloud学习笔记-004

Spring Cloud Stream异常处理

Spring Cloud (12) 服务网关-基础

spring cloud微服务架构 服务提供者和服务消费者

Spring Cloud 服务发现和消费

Spring Cloud构建微服务架构服务消费者