I dont know why but i am not getting default login page after enabling the @WebSecurity annoation ..
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter;
@EnableWebSecurity
public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
}
import org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer;
public class SecurityIntializer extends AbstractSecurityWebApplicationInitializer {
}
``` This is the classes and in the photo that is my project structure . Can anyone Help