配置信息修改
This commit is contained in:
@@ -32,7 +32,7 @@ public class EcSyncDataJob {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Value("${ec.baseUrl}")
|
@Value("${ec.baseUrl:null}")
|
||||||
private String baseUrl;
|
private String baseUrl;
|
||||||
|
|
||||||
@XxlJob("SyncAppletToEcJob")
|
@XxlJob("SyncAppletToEcJob")
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ public class EcSyncServiceImpl implements EcSyncService {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Value("${ec.baseUrl}")
|
@Value("${ec.baseUrl:null}")
|
||||||
private String baseUrl;
|
private String baseUrl;
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
|
|||||||
Reference in New Issue
Block a user