Merge branch 'develop' into 'main'
Develop See merge request india/india_market_java!11
This commit is contained in:
@@ -23,6 +23,10 @@ public class QBtodayStockPO extends EntityPathBase<BtodayStockPO> {
|
||||
|
||||
public final NumberPath<Integer> id = createNumber("id", Integer.class);
|
||||
|
||||
public final NumberPath<Integer> isLock = createNumber("isLock", Integer.class);
|
||||
|
||||
public final NumberPath<Integer> isShow = createNumber("isShow", Integer.class);
|
||||
|
||||
public final DateTimePath<java.util.Date> lastUpdateTime = createDateTime("lastUpdateTime", java.util.Date.class);
|
||||
|
||||
public final StringPath selfUrl = createString("selfUrl");
|
||||
|
||||
@@ -50,7 +50,7 @@ public class MoneyScraper {
|
||||
private MoneyStockRepository moneyStockRepository;
|
||||
|
||||
@GetMapping("testScraperGetMoneyControlStock")
|
||||
@Scheduled(cron = "0 0 2 */2 * ?")
|
||||
@Scheduled(cron = "0 0 2 */1 * ?")
|
||||
public void schedule(){
|
||||
List<String> letters = new ArrayList<>();
|
||||
for (char c = 'A'; c <= 'Z'; c++) {
|
||||
|
||||
Reference in New Issue
Block a user