Skip to content

Instantly share code, notes, and snippets.

@Shallako
Created September 5, 2016 03:03
Show Gist options
  • Save Shallako/89debb8f7f8b74df2f7244e16aa091ce to your computer and use it in GitHub Desktop.
Save Shallako/89debb8f7f8b74df2f7244e16aa091ce to your computer and use it in GitHub Desktop.
import org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer;
public class SecurityWebApplicationInitializer extends AbstractSecurityWebApplicationInitializer {
public SecurityWebApplicationInitializer() {
super(SecurityConfig.class);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment