You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Spring Boot project is a web application for managing student records. The `StudentController` provides endpoints for adding, updating, deleting, and viewing students. It uses Thymeleaf for the frontend, enabling users to perform CRUD operations through web forms, with data managed by the `StudentService`.