Skip to content

Spring Boot Project to perform CRUD operations with POSTGRESQL Database using RESTAPI

Notifications You must be signed in to change notification settings

sandeepkokane/springboot-postgreSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-postgreSQL

This project is created using Spring Boot and PostgreSQL database
Project perform basic CRUD operations

Techonologies used are:

  • Spring Boot
  • Spring Data JPA
  • Database : POSTGRESQL

The entity used here is of Employee

The operations peroformed on Employee are:

  • Fetch All Employee details
  • Fetch a single Employee details by its Id
  • Add new Employee details
  • Update existing Employee details
  • Delete Employee details by their Id

To use this project : Just clone it and open in it STS(Spring Tool Suite)

About

Spring Boot Project to perform CRUD operations with POSTGRESQL Database using RESTAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages