Commit daf3b8f9 by “zcwang”

add: 依赖缺失

parent af205a05
...@@ -14,10 +14,6 @@ import tk.mybatis.spring.annotation.MapperScan; ...@@ -14,10 +14,6 @@ import tk.mybatis.spring.annotation.MapperScan;
* 项目启动类 * 项目启动类
*/ */
@ComponentScan(basePackages = {"com.netease.mail.yanxuan.change","com.netease.mail.yanxuan.qc"}) @ComponentScan(basePackages = {"com.netease.mail.yanxuan.change","com.netease.mail.yanxuan.qc"})
@ComponentScan(basePackages = { "com.netease.yanxuan" }, excludeFilters = {
@ComponentScan.Filter(type = FilterType.ASSIGNABLE_TYPE, value = {
com.netease.yanxuan.qc.parent.aop.RemoteAspect.class }) })
@MapperScan("com.netease.mail.yanxuan.change.dal.mapper")
@EnableApolloConfig @EnableApolloConfig
@EnableMissaClients(basePackages = "com.netease.mail.yanxuan.change") @EnableMissaClients(basePackages = "com.netease.mail.yanxuan.change")
@SpringBootApplication @SpringBootApplication
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment