Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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**