@Configuration @EnableConfigurationProperties(value=DevToolsProperties.class) public class RemoteClientConfiguration extends Object implements org.springframework.beans.factory.InitializingBean
RemoteSpringApplication
Constructor and Description |
---|
RemoteClientConfiguration(DevToolsProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
org.springframework.http.client.ClientHttpRequestFactory |
clientHttpRequestFactory() |
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
propertySourcesPlaceholderConfigurer() |
public RemoteClientConfiguration(DevToolsProperties properties)
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()
@Bean public org.springframework.http.client.ClientHttpRequestFactory clientHttpRequestFactory()
public void afterPropertiesSet()
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.