Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 267 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 267 Bytes

SpringBoot_mysql_demo

This is a simple demo project using Spring Boot with MySQL to demonstrate basic CRUD operations.

Features

Create, Read, Update, and Delete operations for an entity. REST API endpoints using Spring MVC. Use MySQL as the database.