Fix platform->cloud for config.uri
This commit is contained in:
@@ -32,7 +32,7 @@ import org.springframework.web.client.RestTemplate;
|
||||
* @author Dave Syer
|
||||
*
|
||||
*/
|
||||
@ConfigurationProperties("spring.platform.config")
|
||||
@ConfigurationProperties("spring.cloud.config")
|
||||
public class ConfigServicePropertySourceLocator implements PropertySourceLocator {
|
||||
|
||||
private String env = "default";
|
||||
|
||||
Reference in New Issue
Block a user