Browse Source

暂时先取消缓存功能

chenw 6 years ago
parent
commit
4f7d225618
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bi-server/src/main/java/com/usoftchina/bi/server/Application.java

+ 0 - 1
bi-server/src/main/java/com/usoftchina/bi/server/Application.java

@@ -14,7 +14,6 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2;
 @SpringBootApplication
 @EnableSwagger2
 @Import({DynamicDataSourceRegister.class})
-@EnableCaching
 @EnableScheduling
 @ComponentScan("com.usoftchina.bi")
 public class Application {