Description: Field resource in com.imooc.controller.HelloContoller required a bean of type 'com.imocc.pojo.Resource' that could not be found. Action: Consider defining a bean of type 'com.imocc.pojo.Resource' in your configuration.
Description:
Field resource in com.imooc.controller.HelloContoller required a bean of type 'com.imocc.pojo.Resource' that could not be found.
Action:
Consider defining a bean of type 'com.imocc.pojo.Resource' in your configuration.
2019-08-06
在你的主程序前面加上:
@ComponentScan(basePackages= {"com.*"})
意思是掃描com.*包下所有類 若解決,請采納謝謝。
2019-07-30
啟動類放到最外邊?
2019-06-25
完全是視頻里的代碼結(jié)果跑不起來,服了