A component required a bean of type ‘XXX‘ that could not be found 解决办法

今天在写一个博客系统的时候报错,A component required a bean of type ‘XXX‘ that could not be found 。
调试了很久没有调试成果,首先先看看自己的注解加了没有。发现没有问题。后来发现,因为我写的系统包含公共模块和子模块,启动时报错是因为包名没有保持一致。A component required a bean of type ‘XXX‘ that could not be found 解决办法_第1张图片
这里的包名要一致,搞了好久才发现。希望可以帮到你。
参考博客:https://blog.csdn.net/louis_lee7812/article/details/127460667?ops_request_misc=&request_id=&biz_id=102&utm_term=A%20component%20required%20a%20bean%20of&utm_medium=distribute.pc_search_result.none-task-blog-2~all~sobaiduweb~default-1-127460667.142^v96^pc_search_result_base7&spm=1018.2226.3001.4187

你可能感兴趣的:(java,开发语言)