自動注入失敗
Description:
Field girlRepository in com.arien.hello.controller.GirlController required a bean of type 'com.arien.hello.dao.GirlRepository' that could not be found.
Action:
Consider defining a bean of type 'com.arien.hello.dao.GirlRepository' in your configuration.
2018-04-19
已解決!
啟動類的位置有問題,放在controller包下,則只會掃描
controller
包及其所有子包,如果service或dao所在包不在controller
及其子包下,則不會被掃描!https://blog.csdn.net/gefangshuai/article/details/50328451