Fix platform->cloud for config.uri

This commit is contained in:
Dave Syer
2014-10-01 15:06:56 +01:00
parent ad32fe5974
commit 9730c84b6d

View File

@@ -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";