@@ -15,7 +15,7 @@ import com.spring4all.swagger.EnableSwagger2Doc;
@SpringBootApplication
@EnableDiscoveryClient
-@EnableFeignClients
+@EnableFeignClients("com.ym.mec")
@MapperScan("com.ym.mec.cms.dal.dao")
@ComponentScan(basePackages = { "com.ym.mec.cms", "com.ym.mec.im", "com.ym.mec.auth", "com.ym.mec.common.config", "com.ym.mec.common.security" })
@Configuration