@Configuration public class ConsentsRestConfig extends Object
| Constructor and Description |
|---|
ConsentsRestConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.client.RestTemplate |
consentRestTemplate() |
String |
consentServiceBaseUrl() |
@Bean(name="consentServiceBaseUrl") public String consentServiceBaseUrl()
@Bean(name="consentRestTemplate") @Qualifier(value="consent") public org.springframework.web.client.RestTemplate consentRestTemplate()
Copyright © 2019. All rights reserved.