Skip to content

Instantly share code, notes, and snippets.

@chathurangat
Created May 11, 2018 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chathurangat/497e790fd30807b7af90f38ec75084b0 to your computer and use it in GitHub Desktop.
Save chathurangat/497e790fd30807b7af90f38ec75084b0 to your computer and use it in GitHub Desktop.
@Override
public void configure(WebSecurity web) throws Exception {
web.ignoring().antMatchers("/v2/api-docs",
"/configuration/ui",
"/swagger-resources",
"/configuration/security",
"/swagger-ui.html",
"/webjars/**");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment