mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-16 05:20:42 +08:00
jks
This commit is contained in:
@@ -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; }
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user