1、swagger接口文档

beetlsql3-dev
陈沅 1 year ago
parent 51b88492ca
commit d9235b0bf0

@ -37,7 +37,7 @@ public class HsValuesService {
// 每天早上9点执行一次任务
@Scheduled(cron = "0 0 9 * * *")
@Scheduled(cron = "0 35 16 * * *")
public void getHsValues() throws JSONException, ParseException {
log.info("------------------------------------开始执行沪深300数据导入-----------------------------");
LocalDate startTime = LocalDate.now().minusDays(10);

Loading…
Cancel
Save