Skip to content

Instantly share code, notes, and snippets.

@shazin
Created April 26, 2016 08:53
@Override
protected void configure(HttpSecurity http) throws Exception {
http
...
.formLogin()
.successForwardUrl("/success")
.failureForwardUrl("/failure")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment