Errors while implementing JWT Authentication in Spring Boot App
I’m trying to implement JWT auth in spring boot application, but facing some errors. Please help.
Bean of type ‘org.hibernate.SessionFactory’ that could not be found
I have this security config class below. Since i am implementing jwt authentication, i commented out the old lines and added UserDetailsServiceImpl bean in place.