Can anyone help me configuring my Spring boot web app to access or have login from 2 different MySQL tables?
App should login access from 2 different MySQL tables(users and admins). Upon login, they should be redirected to their respective dashboards.
For now, I am able to configure my web app to access user details from users table, unable to access admin table for login.