admin 管理员组文章数量: 1086019
错误信息:
APPLICATION FAILED TO START
------
Description:
A component required a bean of type 'com.product.client.ProductFeignClient' that could not be found.
Action:
Consider defining a bean of type 'com.product.client.ProductFeignClient' in your configuration.
Disconnected from the target VM, address: '127.0.0.1:11035', transport: 'socket'
Process finished with exit code 0
解决:
可能是启动类中@ComponentScan({“com”})配置的不对,可以扩大范围
比是:com.aaac可以写成 com.aaa
本文标签: Type Bean defining Product Configuration
版权声明:本文标题:Consider defining a bean of type ‘com.product.client.ProductFeignClient‘ in your configuration. 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1738336422a1965932.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论