Created
September 5, 2016 03:03
-
-
Save Shallako/89debb8f7f8b74df2f7244e16aa091ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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