【springboot项目运行报错】亲测有效 Parameter 0 of constructor in xxx.xxx.Controller required a bean 0

发布时间 2023-11-14 17:18:34作者: 林财钦

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.

1.点击界面左侧的maven管理,再点击root下的生命周期,点击clean(也可以直接控制台运行 mvn clean,一样的效果)
image

2.右键根项目(root),点击重新加载项目。等待加载完再运行就没问题了!!!
image