This commit is contained in:
shimingxy
2020-06-25 18:00:01 +08:00
parent 78e3a93413
commit 0c16b11dc6
4 changed files with 14 additions and 2 deletions

View File

@@ -55,6 +55,9 @@ public class ApplicationConfig {
@Value("${config.identity.kafkasupport:false}")
private boolean kafkaSupport;
@Value("${config.maxkey.uri}")
private String maxKeyUri;
public int getPort() {
return port;
}
@@ -209,6 +212,14 @@ public class ApplicationConfig {
this.kafkaSupport = kafkaSupport;
}
public String getMaxKeyUri() {
return maxKeyUri;
}
public void setMaxKeyUri(String maxKeyUri) {
this.maxKeyUri = maxKeyUri;
}
/*
* public boolean isWhiteList() { return whiteList; }
*