Mysql – Authentication for many user types in spring boot project
I will make a Spring Boot project school management system. There are many types of users. These users can log in. Do I need to create a user entity and then extend other entities from the user class? What makes…