更新项目以后,新增了许多java类,运行application来启动项目时报错:文章来源:https://www.toymoban.com/news/detail-559461.html
Parameter 0 of constructor in me.zhengjie.modules.system.rest.DictDetailController required a bean of type 'me.zhengjie.modules.system.service.DictDetailService' that could not be found.
刚开始以为是文件DictDetailService不存在,结果不是,删除再导入后也解决不了问题。最终靠以下步骤解决:文章来源地址https://www.toymoban.com/news/detail-559461.html
-
点击界面左侧的maven管理,再点击root下的生命周期,点击clean(也可以直接控制台运行 mvn clean,一样的效果)
-
右键根项目(root),点击重新加载项目。等待加载完再运行就没问题了!!!
到了这里,关于【springboot项目运行报错】亲测有效 Parameter 0 of constructor in xxx.xxx.Controller required a bean o的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!