今天调试springboot项目,更新项目以后,新增了许多java类,运行application来启动项目时报错:
Parameter 0 of constructor in com.mudaima.modules.system.rest.DictDetailController required a bean of type ‘com.mudaima.modules.system.service.DictDetailService’ that could not be found.
1、刚开始以为是文件DictDetailService不存在,结果不是,删除再导入后也解决不了问题。最终靠以下步骤解决:
点击界面左侧的maven管理,再点击root下的生命周期,点击clean(也可以直接控制台运行 mvn clean,一样的效果)