Skip to content

Commit

Permalink
chore - modify baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJeongGi committed Mar 18, 2024
1 parent 132f3c9 commit 104be24
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ public class WebClientConfig {

@Bean
public WebClient webClient() {
return WebClient.create();
return WebClient.builder()
.baseUrl("http://localhost:8080")
.build();
}
}

0 comments on commit 104be24

Please sign in to comment.