https://github.com/sandushiw98/springboot-full-project
Java | Spring Boot | JPA | Mysql Database | Maven
https://github.com/sandushiw98/springboot-full-project
java-11 maven mysql-database spring-boot
Last synced: 4 months ago
JSON representation
Java | Spring Boot | JPA | Mysql Database | Maven
- Host: GitHub
- URL: https://github.com/sandushiw98/springboot-full-project
- Owner: sandushiw98
- Created: 2024-08-16T06:01:04.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-09-06T14:18:40.000Z (10 months ago)
- Last Synced: 2025-01-22T19:45:54.732Z (6 months ago)
- Topics: java-11, maven, mysql-database, spring-boot
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot CRUD Application
## Overview
This project demonstrates basic CRUD operations using Spring Boot, including creating, reading, updating, and deleting records from a database. It's a starter project for anyone looking to learn or implement basic CRUD functionality with Spring Boot.## Features
- Create new records
- Retrieve records
- Update existing records
- Delete records
- Simple and clean architecture## Technologies Used
- **Java 11+**
- **Spring Boot 2.5+**
- **Spring Data JPA**
- **H2 Database** (or any other database of your choice)
- **Maven**