Package org.codewithmagret.rest.student


package org.codewithmagret.rest.student
  • Class
    Description
    Represents a student entity in the system.
    REST controller for managing students and their course enrollments.
    Repository interface for Student entities, providing CRUD operations.
    Service class for handling business logic related to Student entities.