|
@@ -35,7 +35,7 @@ public class DoCheckTableStoreRunner implements ApplicationRunner {
|
|
|
private TableStoreUtils tableStoreUtils;
|
|
|
|
|
|
private static AtomicInteger retryTimes = new AtomicInteger(0);
|
|
|
- private static String RESOURCE_PATH = "classpath*:com/abi/qms/platform/dao/**/*.class";
|
|
|
+ private static String RESOURCE_PATH = "classpath*:com/abi/qms/platform/dao/tablestore/entity/*.class";
|
|
|
// private static String RESOURCE_PATH = "classpath*:com/abi/task/common/tablestore/**/*.class";
|
|
|
|
|
|
|