Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stefanozanella/a6c3730835b47b23c5a836f986c478f7 to your computer and use it in GitHub Desktop.
Save stefanozanella/a6c3730835b47b23c5a836f986c478f7 to your computer and use it in GitHub Desktop.
dependencies {
// ...
implementation("org.springframework.boot:spring-boot-starter-webflux")
// ...
}
@Configuration
class WebSecurityConfig {
// ...
@Bean
fun webClient() = WebClient.builder().build()
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment