A project created using springboot 3, spring data jpa, mysql and thymeleaf with fetures to add a new student, get the details of the student, update the details of the student and delete student.
- Clone the repo to your local and then open in any java ide of your choice and load the pom.xml file
- Verify all the depedencies are installed properly.
- Open and database server and create a database with the name as present in the application.properties file.
- Once everything is setup correctly you can run the StudentManagementApplication class and verify the logs in console.
- Open http://localhost:8080/student to get the list of students and which is also the main dashboard of the project.