|
@@ -22,7 +22,7 @@ import com.ym.mec.common.filters.EmojiEncodingFilter;
|
|
|
@EnableDiscoveryClient
|
|
|
@EnableFeignClients("com.ym.mec")
|
|
|
@MapperScan("com.ym.mec.biz.dal.dao")
|
|
|
-@ComponentScan(basePackages = { "com.ym.mec", "org.snaker.engine" })
|
|
|
+@ComponentScan(basePackages = { "com.ym.mec", "org.snaker.engine", "com.yonge.log"})
|
|
|
@Configuration
|
|
|
@EnableSwagger2Doc
|
|
|
@EnableAsync
|