*/domain/content/global/config
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.reactive.function.client.WebClient;
@Configuration
public class WebClientConfig {
@Bean
public WebClient webClient() {
return WebClient.builder().build();
}
}'Playlist > Open API' 카테고리의 다른 글
| TheSportConfig (현재 사용하지 않음) (0) | 2025.12.19 |
|---|---|
| TheSportsConfig.java (현재 사용하지 않음) (0) | 2025.12.17 |
| TmdbController (0) | 2025.12.17 |
| TheSportMapper (0) | 2025.12.17 |
| TmdbMapper (0) | 2025.12.17 |