Browse Source

暂时先取消缓存功能

chenw 6 years ago
parent
commit
4f7d225618

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

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