A simple Spring Boot web application using JSP to handle and display student data through a web form.
This project demonstrates:
- A student data model (ID, Name, Major)
- A form to input student details
- Spring MVC controller to handle form submission
- JSP views to display the form and the submitted result
- Basic CSS styling for the UI
- Java 17+
- Spring Boot
- Spring MVC
- JSP
- Maven