配置信息修改

This commit is contained in:
俞扬
2023-06-28 18:33:33 +08:00
parent f480779eb9
commit ebf2e710db
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ public class EcSyncDataJob {
}
@Value("${ec.baseUrl}")
@Value("${ec.baseUrl:null}")
private String baseUrl;
@XxlJob("SyncAppletToEcJob")

View File

@@ -46,7 +46,7 @@ public class EcSyncServiceImpl implements EcSyncService {
@Value("${ec.baseUrl}")
@Value("${ec.baseUrl:null}")
private String baseUrl;
@Resource