@ConfigurationProperties(value="config")
public static class ConsulConfiguration.ConsulConfigDiscoveryConfiguration
extends io.micronaut.discovery.config.ConfigDiscoveryConfiguration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFIX
The full prefix for this configuration.
|
Constructor and Description |
---|
ConsulConfigDiscoveryConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.String> |
getDatacenter()
The data center to use to read configuration.
|
void |
setDatacenter(java.lang.String datacenter) |
public static final java.lang.String PREFIX