最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

Spring运行时报错:Consider defining a bean of type ‘xxx.xxx.xxx.Xxx‘ in your configuration.

业界 admin 4浏览 0评论

问题:

Description:

Parameter 0 of constructor in xx.xxx.xxx.Xxx required a bean of type 'xxx.xxx.xxx.Xxx' that could not be found.

分析:

Consider defining a bean of type 'xxx.xxx.xxx.Xxx' in your configuration.

考虑定义一个类型为`xxx.xxx.xxx.Xxx`在配置中。

解决方案:由分析可知,Xxx类(此次出的问题bean包下的Xxx类)应该加上@Component即可。

问题:

Description:

Parameter 0 of constructor in xx.xxx.xxx.Xxx required a bean of type 'xxx.xxx.xxx.Xxx' that could not be found.

分析:

Consider defining a bean of type 'xxx.xxx.xxx.Xxx' in your configuration.

考虑定义一个类型为`xxx.xxx.xxx.Xxx`在配置中。

解决方案:由分析可知,Xxx类(此次出的问题bean包下的Xxx类)应该加上@Component即可。

发布评论

评论列表 (0)

  1. 暂无评论