Merge branch '2.1.x'
# Conflicts: # pom.xml # spring-cloud-consul-dependencies/pom.xml
This commit is contained in:
@@ -49,7 +49,8 @@ public @interface ConditionalOnConsulEnabled {
|
||||
/**
|
||||
* Consul property is enabled.
|
||||
*/
|
||||
@ConditionalOnProperty(value = "spring.cloud.consul.enabled", matchIfMissing = true)
|
||||
@ConditionalOnProperty(value = "spring.cloud.consul.enabled",
|
||||
matchIfMissing = true)
|
||||
static class FoundProperty {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user