好奇怪,所有文件在同一個(gè)包里可以運(yùn)行,分開就報(bào)錯(cuò)?
Description:
Field usersRepository in com.example.controller.MyController required a bean of type 'com.example.repository.UsersRepository' that could not be found.
Action:
Consider defining a bean of type 'com.example.repository.UsersRepository' in your configuration.
2017-07-26
怎么解決了
2017-07-08
原來(lái)是包導(dǎo)錯(cuò)了