Skip to content

*Simple CRUD application *Only the backend was developed using Spring Boot using GET, PUT, POST and DELETE METHODS *JPA used for database connection *MySQL database connected using MySQL connector

Notifications You must be signed in to change notification settings

TharuWitharana/Simple-User-Mangement-System-Java-Spring-Boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Application

This project is a simple CRUD (Create, Read, Update, Delete) backend application built with Spring Boot. It demonstrates basic RESTful API operations using the following technologies:

  • Spring Boot — For building the REST API endpoints (GET, POST, PUT, DELETE)

  • Spring Data JPA — For database access and ORM

  • MySQL — As the relational database

  • MySQL Connector — For connecting the Spring Boot application to the MySQL database

About

*Simple CRUD application *Only the backend was developed using Spring Boot using GET, PUT, POST and DELETE METHODS *JPA used for database connection *MySQL database connected using MySQL connector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages