首页
Web开发
Windows程序
编程语言
数据库
移动开发
系统相关
微信
其他好文
首页
>
编程语言
>
springboot Consider defining a bean of type 'xxx' in your configuration
springboot Consider defining a bean of type 'xxx' in your configuration
时间:
2018-03-20 20:44:20
收藏:
0
阅读:
3161
这个错误是
service
的
bean
注入失败
,
主要是
Application
位置不对,
要保证项目中的类
在Application
启动服务器类
的下一级
目录
,
如图
:
评论(
0
)
© 2014
mamicode.com
版权所有
京ICP备13008772号-2
联系我们:gaon5@hotmail.com
迷上了代码!