Skip to content

RaedMassoud/Spring-Boot-JDBC-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Spring-Boot-JDBC-implementation

This project uses the MVC design pattern and serves as hands-on experience in utilizing the Spring Boot framework, JDBC API, H2 database, and JdbcTemplate class for database operations in a minimalistic yet effective manner. I created a single "person" table with 4 attributes (id, first name, last name, city). The implementation covers essential CRUD functionalities such as: Adding people / Deleting people / fetching data. In addition to fetching data by city.

About

This project is a Spring Boot JDBC implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages