Class StudentController

java.lang.Object
org.example.crmedu.application.controller.StudentController

@RestController @RequestMapping("api/v1/students") public class StudentController extends Object
REST controller for managing students. Provides endpoints to create, retrieve, update and delete students.
  • Constructor Details

    • StudentController

      public StudentController()