spring security with custom user details

后端 未结 3 1448
广开言路
广开言路 2021-02-04 20:09

I am trying to apply security in my spring application using database tables.

What I have so far in my applicationContext-Security is:



        
3条回答
  •  渐次进展
    2021-02-04 21:12

    I don't see any declaration for the UserEntityDAOImpl or Assembler beans in your context, and no component scanning to auto-detect it.

    You either need to declare them alongside the UserDetailsServiceImpl, or add a somewhere.

提交回复
热议问题