报错信息
A component required a bean of type 'com.heima.apis.vmUser.WmUserClient' that could not be found.
解决策略
在启动类上添加注解:@EnableFeignClients(basePackages = "com.heima.apis.vmUser")
A component required a bean of type 'com.heima.apis.vmUser.WmUserClient' that could not be found.
在启动类上添加注解:@EnableFeignClients(basePackages = "com.heima.apis.vmUser")