解决启动报错Consider defining a bean of type ‘xxx’ in your configuration.
报错截图文章来源:https://www.toymoban.com/news/detail-737130.html
解决方法:查看注解是否同时存在@AllArgsConstructor/@RequiredArgsConstructor和@Value,如果同时存在,去掉构造函数注解。给bean加上@Autowired,,给非static修饰的常量去掉final修饰。
如:文章来源地址https://www.toymoban.com/news/detail-737130.html
到了这里,关于解决启动报错Consider defining a bean of type ‘xxx‘ in your configuration.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!