Could not autowire. No beans of 'BookController' type found. o_insist 2023-03-22 89 阅读1分钟 发生这样的报错有几种情况: 在对应类组件没有加注解,如: Spring配置文件,扫描的包路径写错,我就是这种情况,包路径改后忘改spring配置文件了