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