Nabeel-DG-BS
Raja Nabeel 2 years ago
parent 406bf7dce1
commit eb48ddf4ad

@ -20,14 +20,14 @@ public class WebClientconfiguration {
@Bean @Bean
public WebClient webClientDeposit() { public WebClient webClientDeposit() {
return WebClient.create("http://localhost:9095"); // return WebClient.create("http://localhost:9095");
// return WebClient.create(ciihive); return WebClient.create(ciihive);
} }
@Bean @Bean
public WebClient webClientCrm() { public WebClient webClientCrm() {
// return WebClient.create(ciihive); return WebClient.create(ciihive);
return WebClient.create("http://localhost:9096"); // return WebClient.create("http://localhost:9096");
} }
} }

Loading…
Cancel
Save