Remove unused import in sample

This commit is contained in:
Eleftheria Stein 2020-10-12 11:47:40 +02:00
parent d69032a68d
commit 9b66929358
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
package org.springframework.security.samples.config
import org.springframework.context.annotation.Bean
import org.springframework.security.config.Customizer
import org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity
import org.springframework.security.config.web.server.ServerHttpSecurity
import org.springframework.security.config.web.server.invoke