Class HttpRestConfig

java.lang.Object
showcase.data.orchestration.http.pull.HttpRestConfig

@Configuration @EnableConfigurationProperties(HttpPullProperties.class) public class HttpRestConfig extends Object
  • Constructor Details

    • HttpRestConfig

      public HttpRestConfig()
  • Method Details

    • restTemplate

      @Bean public org.springframework.web.client.RestTemplate restTemplate() throws Exception
      Throws:
      Exception