File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1717import org .springframework .context .annotation .Configuration ;
1818import org .springframework .security .config .Customizer ;
1919import org .springframework .security .config .annotation .web .builders .HttpSecurity ;
20- import org .springframework .security .config .annotation .web .configuration .EnableWebSecurity ;
2120import org .springframework .security .core .userdetails .User ;
2221import org .springframework .security .provisioning .InMemoryUserDetailsManager ;
2322import org .springframework .security .web .DefaultRedirectStrategy ;
2726import org .springframework .security .web .servlet .util .matcher .PathPatternRequestMatcher ;
2827
2928@ Configuration (proxyBeanMethods = false )
30- @ EnableWebSecurity
3129@ EnableConfigurationProperties (CredentialsProperties .class )
3230@ ConditionalOnWebApplication
3331public class WebSecurityConfig {
You can’t perform that action at this time.
0 commit comments