Created
April 5, 2017 16:31
-
-
Save cherniag/1a2e7d819bd4f7fb9c346df9c296353f to your computer and use it in GitHub Desktop.
spring security misc
This file contains hidden or 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
Exclude enpoint from security: | |
- WebSecurityConfigurerAdapter override: | |
@Override | |
public void configure(WebSecurity web) throws Exception { | |
web.ignoring().antMatchers("/path/**"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment