Package com.almis.awe.autoconfigure
Class RestConfig
- java.lang.Object
-
- com.almis.awe.autoconfigure.RestConfig
-
@Configuration @EnableConfigurationProperties(RestConfigProperties.class) public class RestConfig extends Object
Class used to start AWE as a microservice
-
-
Constructor Summary
Constructors Constructor Description RestConfig(RestConfigProperties properties)
Rest config constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.client.ClientHttpRequestFactory
httpComponentsClientHttpRequestFactory()
Define client http request factory bean
-
-
-
Constructor Detail
-
RestConfig
public RestConfig(RestConfigProperties properties)
Rest config constructor- Parameters:
properties
- Rest configuration properties
-
-