回答編集履歴

1

追記

2017/10/03 04:07

投稿

退会済みユーザー
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  .passwordParameter("password") // パスワードのパラメータ
24
24
 
25
- .defaultSuccessUrl("/") // 認証成功時の遷移先
25
+ .defaultSuccessUrl("/") // 認証成功時の遷移先 ※ SuccessHandlerが呼ばれない場合はコメントアウト
26
26
 
27
27
  .and();
28
28