https://github.com/prabhakar-naik/spring-boot-crud-sql
The spring-boot-crud-sql project showcases a basic implementation of CRUD operations using Spring Boot with SQL database integration. It includes functionalities such as creating, reading, updating, and deleting records from the database. This project serves as a foundational example of how to build a RESTful API backend with Spring Boot, demonstra
https://github.com/prabhakar-naik/spring-boot-crud-sql
crud-application hibernate-jpa java orm-framework spring spring-boot sql
Last synced: 2 months ago
JSON representation
The spring-boot-crud-sql project showcases a basic implementation of CRUD operations using Spring Boot with SQL database integration. It includes functionalities such as creating, reading, updating, and deleting records from the database. This project serves as a foundational example of how to build a RESTful API backend with Spring Boot, demonstra
- Host: GitHub
- URL: https://github.com/prabhakar-naik/spring-boot-crud-sql
- Owner: Prabhakar-Naik
- Created: 2024-05-11T11:08:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T09:11:03.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T13:42:25.024Z (over 1 year ago)
- Topics: crud-application, hibernate-jpa, java, orm-framework, spring, spring-boot, sql
- Language: Java
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-crud-sql
The spring-boot-crud-sql project showcases a basic implementation of CRUD operations using Spring Boot with SQL database integration. It includes functionalities such as creating, reading, updating, and deleting records from the database. This project serves as a foundational example of how to build a RESTful API backend with Spring Boot, demonstrating data manipulation using SQL databases like PostgreSQL, MySQL, or H2 for persistence.
spring-boot-crud-sql