configpro

webservice
qijirenjian 6 months ago
parent 37a72ab4f1
commit 4962083d2f

@ -0,0 +1,18 @@
package com.weaver.custom.configcenter;
import com.weaver.framework.client.annotation.WeaverConfigCenter;
import lombok.Data;
import org.springframework.stereotype.Component;
@Data
@Component
@WeaverConfigCenter(sources = {
@WeaverConfigCenter.ConfigProperty(
dataId = "weaver-secondev-htsapoasync.properties",
group = "DEFAULT_GROUP",
refresh = "true")
})
public class htsapoasyncConfig {
}

@ -211,7 +211,7 @@ public class ConfigProp {
//htsysjcmt
@Value("${efsaccount}")
private String efsaccount;
@Value("${efspassword}")
@ -248,20 +248,27 @@ public class ConfigProp {
@Value("${WsdlLocation}")
private String WsdlLocation;
//htsapoasync
@Value("${prtype}")
private String prtype;
//htsrmoasync
@Value("${gyszznew}")
private String gyszznew;
//htsrmoasync
@Value("${gysxznew}")
private String gysxznew;
//htsrmoasync
@Value("${SrmVenMatExtnew}")
private String SrmVenMatExtnew;
//htsrmoasync
@Value("${htsrm_oa_venmatsextnew}")
private String htsrm_oa_venmatsextnew;

Loading…
Cancel
Save