[Spring Security] – Implementing Custom UserDetails using Hibernate
Recently was experimenting with creating a Custom UserDetails in Spring Security. Unfortunately, it took me a while before I could implement. In this post shall share my experience and how I developed it.
Assumption
I shall concentrate only on the configuration of UserDetails service. To see it in Action, you can take Spring petclinic tutorial and add [...]
