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