Spring security login always lands in an error page with no message

后端 未结 6 1341
夕颜
夕颜 2020-12-16 06:22

I\'m using a login form for a small project in Spring but I have a small problem which is that every time I log in using a sign in form I get an error redirection.

T

6条回答
  •  失恋的感觉
    2020-12-16 06:28

    create a controller and handle default request (i.e get '/' ), if you are using the default authentication for first time

提交回复
热议问题