Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save MafaldaLandeiro/76a898c7cde68759a61884fb1771be98 to your computer and use it in GitHub Desktop.

Select an option

Save MafaldaLandeiro/76a898c7cde68759a61884fb1771be98 to your computer and use it in GitHub Desktop.
Security WebApplication Initializer
package org.springSecurityLogin.configuration;
import org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer;
public class SecurityWebApplicationInitializer extends
AbstractSecurityWebApplicationInitializer {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment