How does a Spring Cloud Config Client specify which Config Server to connect to?
-
A
Via the SPRING_CONFIG_URI environment variable only
-
B
Via spring.config.import or spring.cloud.config.uri in application properties
-
C
By scanning the classpath for a config-server.properties file
-
D
Through the Eureka service registry using the service name 'config-server'