- Thymeleaf
- Bootstrap4
- Framework: Spring Boot
- Programming: Java 16
- Database: Mysql
- Clone this repository into local computer
- Open the project folder with the intellij IDEA.
- Change the Java version to Java 16 in intellij.
- Go to the src/main/java/com.rick/StudentManagementSystemApplication, Run 'StudentManagementSystemApplication'
- Open the link http://localhost:8080/students on browser to open the student management system.
This system could manage student information. Add new students, update students information and delete students.