Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bdurga26/student-management-using-jdbc
- Owner: BDurga26
- Created: 2024-10-31T16:07:18.000Z (18 days ago)
- Default Branch: master
- Last Pushed: 2024-10-31T17:10:36.000Z (18 days ago)
- Last Synced: 2024-10-31T18:19:58.714Z (18 days ago)
- Topics: crud-operation, java, jdbctemplate, mariadb-database, springboot
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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