Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Spring Boot 4: REST APIs with JWT, AWS, Spring AI & Docker
Rating: 4.4 out of 5(5 ratings)
122 students

Spring Boot 4: REST APIs with JWT, AWS, Spring AI & Docker

Production-ready REST APIs with Java 21, Spring Boot 4, Spring Security 7, JWT, Hibernate, MySQL, Spring AI, Docker, AWS
Created bySwamy Masna
Last updated 6/2026
English

What you'll learn

  • Learn REST API Fundamentals - REST API, Resource, Sub-resource, URI, HTTP methods, HTTP status codes
  • Learn REST API Fundamentals - Best Practices
  • Learn Building Rest API’s for E-Commerce App Using Spring Boot, Spring Security, JWT, Spring Data JPA (Hibernate), MySQL Database.
  • Learn How to Build CRUD REST API's for ONE-TO-MANY Relationship - /customers/{customerId}/orders/{orderId}
  • Learn How to Build REST API's for Search / Filter REST API in Spring Boot Project
  • Learn How to Use Lombok Library
  • Learn Spring Boot REST API Exception Handling
  • Learn How to Use Spring Security in Spring Boot Project and How to Perform In-Memory and DB Authentication and Authorization
  • Learn How to Write Query Methods Using Spring Data JPA
  • Learn How to Test REST API’s using Postman REST Client
  • Learn How to Use JWT with Login API and secure REST APIs using JWT
  • Learn REST APIs Documentation with Swagger UI
  • Learn Customizing Swagger REST Documentation with Annotations
  • Learn Spring Data JPA Fundamentals
  • Learn REST API Fundamentals - How to Design REST APIs
  • Learn REST API Differences - GET, POST, PUT, PATCH & DELETE
  • Learn How to Build CRUD REST APIs in Spring Boot Project
  • Learn How to Build REST APIs for Pagination and Sorting in Spring Boot Project
  • Learn How to Build REST API’s for Login and Signup in Spring Boot Project
  • Learn How to Use DTO’s
  • Learn Spring Boot REST API Validation
  • Learn How to Secure REST APIs ( Role Based Security) in Spring Boot Project
  • Learn One-To-Many and Many-To-One & Many-To-Many JPA/Hibernate Mappings
  • Learn What is JWT, How it Works and How to configure JWT ( JSON Web Token) in Spring Security
  • Learn Important 4 Versioning REST API Strategies
  • Test Spring Boot REST APIs with JWT using Swagger UI
  • Learn How to Add Profiles the Spring Boot Project
  • Learn How to Deploy Spring Boot E-Commerce App on AWS Cloud (Production)

Course content

30 sections164 lectures13h 55m total length
  • Course Roadmap: What You’ll Learn and Build3:26

Requirements

  • Requires prior experience on Java programming
  • No REST API experience needed, you will learn everything you need to know
  • No Spring Boot experience needed, you will learn everything you need to know
  • Spring Data JPA basics (But don't worry i have added Spring Data JPA crash course for beginners)

Description

In this course, you will learn how to build REAL-TIME REST APIs by developing a complete E-Commerce application and how to deploy it on the AWS cloud.

In this course, we will follow the real-time industry-standard project development approach.


  • This course covers Spring Boot REST API development from scratch.

  • This course covers the REST API fundamentals from scratch.

  • The source code and PDF files (class notes) are available for download.

* What is REST API ?

REST stands for Representational State Transfer. It’s a set of rules that developers use to build APIs that work over the web, just like the websites you visit in your browser. When an API follows the rules of REST, we call it a REST API.


* What is Spring Boot ?

Spring Boot is an opinionated framework that helps developers build Spring-based applications quickly and easily.

The main goal of Spring Boot is to quickly create Spring-based applications without requiring developers to write the same boilerplate configuration repeatedly.

Spring Boot is a very popular framework for developing REST web services and microservices.


* You will learn the following topics in this course :

  • Learn how to build great REST APIs for E-Commerce App using Spring Boot, Spring Security, JWT, Spring Data JPA (Hibernate), MySQL database

  • Learn REST API Fundamentals - REST API, Resource, Sub-resource, URI, HTTP methods, HTTP status codes

  • Learn REST API Fundamentals - How to Design REST APIs

  • Learn REST API Best Practices

  • Learn the basics of Spring Boot REST API Development along with annotations

  • Learn how to build CRUD REST APIs for E-Commerce App

  • Learn how to build REST APIs for ONE-TO-MANY relationships in the E-Commerce App

  • Learn how to build REST APIs for Pagination and sorting for E-Commerce App

  • Learn how to build REST APIs for Login/Sign-in and Register/Signup for E-Commerce App

  • Learn how to use Lombok

  • Learn how to use DTOs

  • Learn Spring Boot REST API exception handling

  • Learn Spring Boot REST API validation

  • Learn how to use Spring Security in the Spring Boot E-Commerce App

  • Learn Spring Security In-memory and Database authentication and authorization

  • Learn how to secure REST APIs ( role-based security) in the E-Commerce App

  • Learn how to write query methods using Spring Data JPA

  • Learn one-to-many and many-to-one & many-to-many JPA mappings

  • Learn how to test REST APIs using Postman REST Client

  • Learn What is JWT and How it Works

  • Learn how to configure JWT ( JSON Web Token) in Spring Security

  • Learn how to secure REST APIs using JWT

  • Learn how to use JWT with the Login API

  • Learn versioning REST APIs

  • Learn Important 4 versioning REST API strategies

  • Learn REST API documentation with Swagger UI

  • Test Spring Boot REST APIs with JWT using Swagger UI

  • Learn Customizing Swagger REST Documentation with Annotations

  • Real-Time Application Development using Spring AI

  • A Step-by-Step Approach to Dockerizing a Spring Boot Application

  • Learn how to add profiles (to deploy in different environments) Spring Boot project.

  • Learn how to deploy the Spring Boot E-Commerce app on AWS cloud (production)


Tools and Technologies used in this course:

* Technologies:

  • Java 21

  • Spring Boot 4

  • Spring MVC

  • Spring Data JPA ( Hibernate)

  • Spring Security 7

  • JWT

  • Spring AI

  • Tomcat

  • Docker

* IDE:

  • STS IDE

* Database:

  • MySQL database

* Tools:

  • Swagger / Open-API - REST API Documentation

  • Postman - Test REST API

  • Maven - Build Tool

* Deployment on Production:

  • AWS Cloud

* Why This Course Is Different :

  • Step-by-step explanations

  • Real-world project-based learning

  • Covers end-to-end backend development

  • Clean coding & best practices

  • Beginner-friendly yet industry-ready

  • Focused on job-oriented backend skills

  • Suitable for Beginner → Intermediate → Advanced learners

->> By the End of This Course :

You will be confident in building secure, scalable, and production-ready REST APIs using Spring Boot and deploying them to the AWS cloud — exactly what companies expect from a professional backend developer.

Who this course is for:

  • This course is for Spring boot beginners and professionals who want to learn how to build real-time REST API's.
  • Master real-world REST API development with Spring Boot by building a production-ready E-Commerce application step by step