A Spring Boot application for managing student information using JDBC Template with a MariaDB database.
This application demonstrates basic CRUD (Create, Read, Update, Delete) operations on a student entity.
Features
Add a new student
Retrieve details of a specific student by ID
List all students
Update student information
Delete a student record