博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[异常笔记] spring cloud 服务消费者启动-2018040501
阅读量:6333 次
发布时间:2019-06-22

本文共 559 字,大约阅读时间需要 1 分钟。

一、异常信息:

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.

二、原因及解决方法

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

 

转载于:https://www.cnblogs.com/tocode/p/8720684.html

你可能感兴趣的文章
play工程部署到云服务器
查看>>
ListView 取消点击效果
查看>>
降级论
查看>>
wampServer连接oracle
查看>>
CentOS 6.5下编译安装新版LNMP
查看>>
Android Picasso
查看>>
top命令
查看>>
javascript的作用域
查看>>
新形势下初创B2B行业网站如何经营
查看>>
初心大陆-----python宝典 第五章之列表
查看>>
java基础学习2
查看>>
sysbench使用笔记
查看>>
有关电子商务信息的介绍
查看>>
NFC·(近距离无线通讯技术)
查看>>
多线程基础(三)NSThread基础
查看>>
PHP的学习--Traits新特性
查看>>
ubuntu下,py2,py3共存,/usr/bin/python: No module named virtualenvwrapper错误解决方法
查看>>
Ext.form.field.Number numberfield
查看>>
Linux文件夹分析
查看>>
解决部分月份绩效无法显示的问题:timestamp\union al\autocommit等的用法
查看>>