Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-06T14:18:40.000Z (2 months ago)
- Last Synced: 2024-09-30T13:02:32.299Z (about 1 month 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**