接口在controller中自動注入不成功:Application與其他類在同一個包下,應該能掃描到啊
接口在controller中自動注入不成功:Application與其他類在同一個包下,應該能掃描到啊
Description:
Field girlService in com.example.girl.GirlController required a bean of type 'com.example.girl.GirlService' that could not be found.
Action:
Consider defining a bean of type 'com.example.girl.GirlService' in your configuration.
2018-05-25
如果是service的話,需要添加@Service
2018-05-25
girlService類加上@Component,定義為bean,應該可以了