I Complete Student_Registration Web Application Using Spring Boot.
#Eclipse IDE
#Java 17
#Spring Initializr
#Maven Project
#Spring Boot 3.1.5
#Dependencies
1.Spring Web (WEB):Build Web,Including Restful,applications using Spring MVC. Uses Apache Tomcat as the default embedded container.
2.Spring Data JPA (SQL):Persist data in SQL stores with java Persistence API using Spring Data and Hibernate.
3.Thymeleaf (TEMPLATE ENGINES):A modern server-side Java template engine for both web and standalone environments. Allows HTML to be correctly displayed in browsers and as static prototypes.
4.MySQl Driver (SQL):MySQL JDBC and R2DBC driver.
