CRUD with Spring boot and H2 Database | student technique

Опубликовано: 03 Ноябрь 2024
на канале: Student Technique
620
20

we will learn CRUD operation in Spring boot using H2 database. CRUD stands for Create, Read, Update, and Delete.
POST: Creates a new resource
GET: Reads a resource
PUT: Updates an existing resource
DELETE: Deletes a resource

spring boot:
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
Create stand-alone Spring applications
Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files)
Provide opinionated 'starter' dependencies to simplify your build configuration
Automatically configure Spring and 3rd party libraries whenever possible
Provide production-ready features such as metrics, health checks, and externalized configuration
Absolutely no code generation and no requirement for XML configuration

H2 database:
H2, the Java SQL database. The main features of H2 are:
Very fast, open source, JDBC API
Embedded and server modes; in-memory databases
Browser based Console application
Small footprint: around 2.5 MB jar file size

spring boot playlist: https://www.youtube.com/playlist?list...
Stream API playlist: https://www.youtube.com/watch?v=moNhX...
java interview preparation playlist: https://www.youtube.com/watch?v=YOtL8...
Jenkins playlist: https://www.youtube.com/watch?v=nA9gQ...
HackerRank Angular basic problem solution: https://www.youtube.com/watch?v=vrQGQ...
github link: https://github.com/MohitVermaCoder

--------------------subscribe here------------------------------
https://www.youtube.com/channel/UCIYw...

#CRUD #springboot #studenttechnique #H2database #springboottutorial #springbootmagic #JPA #jparepository #crudoperation

Thanks for watching this video. If you have liked this video then please give a like and also press the subscribe button and hit the bell icon.