測試Service層的時(shí)候出現(xiàn)錯(cuò)誤
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
你在 實(shí)現(xiàn)類加 @Service