Commit 577346acf506eacb994c0caac220e7f1971c18b7

Authored by 张志伟
1 parent 9aa93546

:sparkles: 优化代码

fw-valhalla-server/src/main/java/cn/fw/valhalla/ValhallaApplication.java
... ... @@ -11,7 +11,6 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
11 11 import org.springframework.cloud.openfeign.EnableFeignClients;
12 12 import org.springframework.context.annotation.ComponentScan;
13 13 import org.springframework.context.annotation.Configuration;
14   -import org.springframework.context.annotation.EnableAspectJAutoProxy;
15 14 import org.springframework.data.redis.repository.configuration.EnableRedisRepositories;
16 15 import org.springframework.scheduling.annotation.EnableScheduling;
17 16  
... ...