问答详情
源自:3-7 service层的实现

测试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'

提问者:golf_moon 2019-09-20 14:46

个回答

  • 阿川最帅
    2020-03-21 19:22:08

    你在 实现类加 @Service