Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bdurga26/student-management-using-jdbc

This project related to student management using jdbc template in spring boot
https://github.com/bdurga26/student-management-using-jdbc

crud-operation java jdbctemplate mariadb-database springboot

Last synced: 17 days ago
JSON representation

This project related to student management using jdbc template in spring boot

Awesome Lists containing this project

README

        

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