首页 > 编程语言 > 详细

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

时间:2018-04-05 11:16:42      阅读:300      评论:0      收藏:0      [点我收藏+]

一、异常信息:

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

原文:https://www.cnblogs.com/tocode/p/8720684.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!