Class RemoteClientConfiguration
java.lang.Object
org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Configuration(proxyBeanMethods=false)
@EnableConfigurationProperties(DevToolsProperties.class)
public class RemoteClientConfiguration
extends Object
implements org.springframework.beans.factory.InitializingBean
Configuration used to connect to remote Spring Boot applications.
- Since:
- 1.3.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.springframework.http.client.ClientHttpRequestFactorystatic org.springframework.context.support.PropertySourcesPlaceholderConfigurer
-
Constructor Details
-
RemoteClientConfiguration
-
-
Method Details
-
propertySourcesPlaceholderConfigurer
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer() -
clientHttpRequestFactory
@Bean public org.springframework.http.client.ClientHttpRequestFactory clientHttpRequestFactory() -
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-