自動注入失敗
GirlRepository
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-08-01
添加一個注解在接口中
2018-04-18