@@ -17,7 +17,7 @@ import com.spring4all.swagger.EnableSwagger2Doc;
@EnableDiscoveryClient
@EnableFeignClients
@MapperScan("com.ym.mec.cms.dal.dao")
-@ComponentScan(basePackages = { "com.ym.mec.cms", "com.ym.mec.common.config", "com.ym.mec.common.security" })
+@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
@EnableSwagger2Doc
public class CmsServerApplication {