mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-16 05:20:42 +08:00
Identity Provisioning based on Kafka
Identity Provisioning based on Kafka, Have many connectors
This commit is contained in:
@@ -52,6 +52,9 @@ public class ApplicationConfig {
|
||||
@Value("${server.port:8080}")
|
||||
private int port;
|
||||
|
||||
@Value("${config.identity.kafkasupport:false}")
|
||||
private boolean kafkaSupport;
|
||||
|
||||
public int getPort() {
|
||||
return port;
|
||||
}
|
||||
@@ -198,6 +201,14 @@ public class ApplicationConfig {
|
||||
this.defaultUri = defaultUri;
|
||||
}
|
||||
|
||||
public boolean isKafkaSupport() {
|
||||
return kafkaSupport;
|
||||
}
|
||||
|
||||
public void setKafkaSupport(boolean kafkaSupport) {
|
||||
this.kafkaSupport = kafkaSupport;
|
||||
}
|
||||
|
||||
/*
|
||||
* public boolean isWhiteList() { return whiteList; }
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user