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