Spring Security Part 2 : Getting started with jdbc authentication
Kudos 👏 to reach till here.
In the previous article, we were implementing in-memory authentication in Spring security. But what if we need to connect to a datasource instead of an in-memory.
In th...