Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.87 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.87 KB

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