Class RestConfiguration
java.lang.Object
tech.prodigio.core.libcoreservices.config.RestConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.client.RestTemplateorg.springframework.web.client.RestTemplateorg.springframework.web.client.RestTemplate
-
Constructor Details
-
RestConfiguration
public RestConfiguration()
-
-
Method Details
-
restTemplateWithTimeout
@Bean @Scope(value="request", proxyMode=TARGET_CLASS) @ConditionalOnProperty(name="rest.template.timeout.enabled", havingValue="true", matchIfMissing=true) public org.springframework.web.client.RestTemplate restTemplateWithTimeout() -
restTemplateWithoutTimeout
@Bean @Scope(value="request", proxyMode=TARGET_CLASS) @ConditionalOnProperty(name="rest.template.timeout.enabled", havingValue="false") public org.springframework.web.client.RestTemplate restTemplateWithoutTimeout() -
getRestTemplateLocal
@Profile("rest-template-poc") @Bean public org.springframework.web.client.RestTemplate getRestTemplateLocal() throws IOException, UnrecoverableKeyException, CertificateException, NoSuchAlgorithmException, KeyStoreException, KeyManagementException
-