|
@@ -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 {
|