Migrates to new AutoConfiguration.imports
Fixes gh-795
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
# Auto Configuration
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration
|
||||
# Bootstrap Configuration
|
||||
org.springframework.cloud.bootstrap.BootstrapConfiguration=\
|
||||
org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration
|
||||
@@ -1,3 +0,0 @@
|
||||
# Auto Configuration
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.consul.ConsulAutoConfiguration
|
||||
@@ -0,0 +1 @@
|
||||
org.springframework.cloud.consul.ConsulAutoConfiguration
|
||||
@@ -1,12 +1,3 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.consul.discovery.configclient.ConsulConfigServerAutoConfiguration,\
|
||||
org.springframework.cloud.consul.serviceregistry.ConsulAutoServiceRegistrationAutoConfiguration,\
|
||||
org.springframework.cloud.consul.serviceregistry.ConsulServiceRegistryAutoConfiguration,\
|
||||
org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration,\
|
||||
org.springframework.cloud.consul.discovery.reactive.ConsulReactiveDiscoveryClientConfiguration,\
|
||||
org.springframework.cloud.consul.discovery.ConsulCatalogWatchAutoConfiguration, \
|
||||
org.springframework.cloud.consul.support.ConsulHeartbeatAutoConfiguration
|
||||
|
||||
org.springframework.cloud.bootstrap.BootstrapConfiguration=\
|
||||
org.springframework.cloud.consul.discovery.configclient.ConsulDiscoveryClientConfigServiceBootstrapConfiguration
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
org.springframework.cloud.consul.discovery.configclient.ConsulConfigServerAutoConfiguration
|
||||
org.springframework.cloud.consul.serviceregistry.ConsulAutoServiceRegistrationAutoConfiguration
|
||||
org.springframework.cloud.consul.serviceregistry.ConsulServiceRegistryAutoConfiguration
|
||||
org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration
|
||||
org.springframework.cloud.consul.discovery.reactive.ConsulReactiveDiscoveryClientConfiguration
|
||||
org.springframework.cloud.consul.discovery.ConsulCatalogWatchAutoConfiguration
|
||||
org.springframework.cloud.consul.support.ConsulHeartbeatAutoConfiguration
|
||||
Reference in New Issue
Block a user