Remove unused import in sample
This commit is contained in:
parent
d69032a68d
commit
9b66929358
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue