|
|
|
@ -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");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|