Custom WebSecurityConfigurerAdapter

后端 未结 3 2192
时光说笑
时光说笑 2021-02-06 05:38

I have this problem implementing a custom login authentication using SpringBoot and SpringBoot-Security. I made a Bitbucket repository as reference for this thread (within Custo

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-06 05:54

    In a JDBC way http://www.mkyong.com/spring-security/spring-security-form-login-using-database/ basically, you have to specify the query to retrieve users.

提交回复
热议问题