Skip to content

dityudha/springboot-crud-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started Java Spring Boot CRUD Operation

Technology used for this project:
Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.
Spring Boot is an open source Java-based framework used to create a micro Service.
MySQL is a relational database management system (RDBMS) developed by Oracle that is based on structured query language (SQL).
XAMPP has the ability to serve web pages on the World Wide Web.

Start Local MySQL Database with XAMPP

1

Start Java project locally with your IDE

Run Java project as Java Application.

2

Project was started.
3

POST API

Create new data.
6

GET API

Read all data.
4
Read data by ID.
5

PUT API

Update data by ID.
7

DELETE API

Delete data by ID.
8

Preview Databse

9

About

Simple CRUD REST API using springboot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages