Developing a RESTful web service using spring boot

Опубликовано: 13 Март 2026
на канале: Learn With Vinod
592
20

Get the source code from here: https://github.com/vinod-kayartaya/de...

Get the h2-1.4.197.jar from here: https://repo1.maven.org/maven2/com/h2...

Support my channel 😎 by Like + Subscribe + Share 🙏🏼

00:00:00 Introduction
00:01:22 Getting started
00:10:53 Customer Rest Controller
00:20:16 Customers data for our application
00:23:16 Setting up H2 DB with data
00:27:11 Mapping Customer class to customers table
00:32:18 Getting data from DB in our rest controller
00:39:39 Adding pagination
00:45:40 Postman for making requests
00:48:07 Get one customer
00:53:53 Adding new customer
00:58:04 Update customer data
01:01:29 Delete a customer data
01:04:21 Swagger for API Documentation
01:13:01 Building distributable bundle