測試Service層的時候出現錯誤
Error creating bean with name 'com.imooc.demo.service.impl.AreaServiceTest': Unsatisfied dependency expressed through field 'areaService'; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'areaService' is expected to be of type 'com.imooc.demo.service.impl.AreaService' but was actually of type 'com.sun.proxy.$Proxy72'
2020-03-21
你在 實現類加 @Service