spring boot单元测试时依赖注入失败怎么解决?

测试类
图片说明

Controller类
图片说明

错误信息

图片说明

有没有类似的dubbo-consumer.xml,有没有

<dubbo:reference id=“expressDeliveryContrlloer" interface=“xxx.xxx.ExpressDeliveryContrlloer”/>

interface改成实际的接口名称,还有确认下类似的applicationContext.xml有没有加如下

<import resource="classpath:dubbo-consumer.xml"/>