Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
dengli
2024-02-16 18:09:53 +08:00
6 changed files with 108 additions and 3 deletions

View File

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