Package com.wilfredmorgan.api.repositories
Contains the links between the database and the application.
Typically contains one class for each persistent, database, model.
-
Interface Summary Interface Description RoleRepository CRUD repository connecting Role model to the rest of the applicationUserRepository CRUD repository connecting User model to the rest of the application