Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Master Microservices with Spring Boot and Spring Cloud
Master Microservices with Spring Boot and Spring Cloud

Master Microservices with Spring Boot and Spring Cloud: Unlock the Power of Microservices with Spring Boot and Spring Cloud

Arrow left icon
Profile Icon In28Minutes Official
Arrow right icon
€8.99 €71.99
Video Mar 2018 25hrs 32mins 1st Edition
Video
€8.99 €71.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon In28Minutes Official
Arrow right icon
€8.99 €71.99
Video Mar 2018 25hrs 32mins 1st Edition
Video
€8.99 €71.99
Subscription
Free Trial
Renews at €18.99p/m
Video
€8.99 €71.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Comprehensive coverage of Spring Boot and Spring Cloud for microservices development.
  • Integration of databases with JPA and Hibernate for seamless data persistence.
  • Containerization and scaling microservices with Docker and Kubernetes.

Description

This course guides you through building and deploying microservices with Spring Boot and Spring Cloud, offering a hands-on approach to the entire microservice lifecycle. Starting with setting up your development environment and creating basic RESTful APIs, you will explore key concepts such as exception handling, validation, and API documentation. Advanced features like content negotiation, versioning, and HATEOAS will also be covered to help you create a fully functional microservice application. You'll work with various databases, from H2 to MySQL, integrating JPA and Hibernate to manage data. The course also covers Spring Cloud, including microservice configuration with Spring Cloud Config, Eureka for service discovery, and Resilience4j for fault tolerance. You'll learn to implement client-side load balancing with Ribbon, deploy microservices using Spring Cloud Gateway, and monitor and trace them with tools like Zipkin and OpenTelemetry. Spring Security will be explored for securing your microservices. Finally, you'll learn how to containerize microservices with Docker and Kubernetes, using Docker Compose to orchestrate containers and deploying microservices on Kubernetes via Google Cloud Platform. By the end, you'll be equipped to design, develop, secure, and deploy microservices in a production environment.

Who is this book for?

This course is perfect for Java developers and technical professionals looking to deepen their knowledge of microservices architecture. It’s ideal for those with a basic understanding of Java and the Spring Framework who want to explore microservices, cloud-native design, and containerization. Prerequisites include basic knowledge of Java and object-oriented programming, with familiarity with Spring Framework concepts recommended but not required.

What you will learn

  • Build and deploy microservices with Spring Boot and Spring Cloud.
  • Integrate databases using JPA and Hibernate for data persistence.
  • Implement RESTful APIs with exception handling and validation.
  • Secure microservices using Spring Security for production use.
  • Scale microservices with Docker and Kubernetes containerization.
  • Monitor and trace microservices using Zipkin and OpenTelemetry.

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Mar 27, 2018
Length: 25hrs 32mins
Edition : 1st
Language : English
ISBN-13 : 9781789132779
Languages :
Concepts :
Tools :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Mar 27, 2018
Length: 25hrs 32mins
Edition : 1st
Language : English
ISBN-13 : 9781789132779
Languages :
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 146.97 216.97 70.00 saved
Master Microservices with Spring Boot and Spring Cloud
€8.99 €71.99
Spring: Microservices with Spring Boot
€25.99 €32.99
Microservices with Spring Cloud
€111.99
Total 146.97 216.97 70.00 saved Stars icon
Visually different images

Table of Contents

18 Chapters
Master Microservices with Spring Boot and Spring Cloud - Getting Started Chevron down icon Chevron up icon
Introduction To Web Services - V3 Chevron down icon Chevron up icon
Restful Web Services with Spring Boot - V3 Chevron down icon Chevron up icon
Restful Web Services - Section Introduction
Step 00 - Creating a REST API with Spring Boot - An Overview
Step 01 - Initializing a REST API Project with Spring Boot
Step 02 - Creating a Hello World REST API with Spring Boot
Step 03 - Enhancing the Hello World REST API to return a Bean
Step 04 - What's happening in the background? Spring Boot Starters & Autoconfign
Step 05 - Enhancing the Hello World REST API with a Path Variable
Step 06 - Designing the REST API for Social Media Application
Step 07 - Creating User Bean and UserDaoService
Step 08 - Implementing GET Methods for User Resource
Step 09 - Implementing POST Method to create User Resource
Step 10 - Enhancing POST Method to return correct HTTP Status Code and Location
Step 11 - Implementing Exception Handling - 404 Resource Not Found
Step 12 - Implementing Generic Exception Handling for all Resources
Step 13 - Implementing DELETE Method to delete a User Resource
Step 14 - Implementing Validations for REST API
Step 15 - Overview of Advanced REST API Features
Step 16 - Understanding Open API Specification and Swagger
Step 17 - Configuring Auto Generation of Swagger Documentation
Step 18 - Exploring Content Negotiation - Implementing Support for XML
Step 19 - Exploring Internationalization for REST API
Step 20 - Versioning REST API - URI Versioning
Step 21 - Versioning REST API - Request Param, Header and Content Negotiation
Step 22 - Implementing HATEOAS for REST API
Step 23 - Implementing Static Filtering for REST API
Step 24 - Implementing Dynamic Filtering for REST API
Step 25 - Monitoring APIs with Spring Boot Actuator
Step 26 - Exploring APIs with Spring Boot HAL Explorer
Step 27 - Connecting REST API to H2 using JPA and Hibernate - An Overview
Step 28 - Creating User Entity and some test data
Step 29 - Enhancing REST API to connect to H2 using JPA and Hibernate
Step 30 - Creating Post Entity with Many to One Relationship with User Entity
Step 31 - Implementing a GET API to retrieve all Posts of a User
Step 32 - Implementing a POST API to create a Post for a User
Step 33 - Exploring JPA and Hibernate Queries for REST API
Step 34 - Connecting REST API to MySQL Database - An Overview
Step 34z - OPTIONAL - Installing Docker
Step 35 - OPTIONAL - Connecting REST API to MySQL Database - Implementation
Step 36 - Implementing Basic Authentication with Spring Security
Step 37 - Enhancing Spring Security Configuration for Basic Authentication
Introduction To Microservices - V3 Chevron down icon Chevron up icon
Microservices with Spring Cloud - V3 Chevron down icon Chevron up icon
Step 00 01 - Microservices Section Introduction
Step 00 02 - Introduction to Centralized Configuration
Step 01 - Setting up Limits Microservice - V3
Step 02 - Creating a hard coded limits service - V3
Step 03 - Enhance limits service - Get configuration from application props - V3
Step 04 - Setting up Spring Cloud Config Server - V3
Step 05 - Installing Git and Creating Local Git Repository - V3
Step 06 - Connect Spring Cloud Config Server to Local Git Repository - V3
Step 07 - Connect Limits Service to Spring Cloud Config Server - V3
Step 08 - Configuring Profiles for Limits Service - V3
Debugging Guide for Microservices V3 + Docker + Docker Compose
Step 09 - Introduction to Currency Conversion & Exchange Microservices - V3
Step 10 - Setting up Currency Exchange Microservice - V3
Step 11 - Create a simple hard coded currency exchange service - V3
Step 12 - Setting up Dynamic Port in the Response - V3
Step 13 - Configure JPA and Initialized Data - V3
Step 14 - Create a JPA Repository - V3
Step 15 - Setting up Currency Conversion Microservice - V3
Step 16 - Creating a service for currency conversion - V3
Step 17 - Invoking Currency Exchange from Currency Conversion Microservice - V3
Step 18 - Using Feign REST Client for Service Invocation - V3
Step 19 - Understand Naming Server and Setting up Eureka Naming Server - V3
Step 20 - Connect Currency Conversion & Currency Exchange Microservices - V3
Step 22 - Load Balancing with Eureka, Feign & Spring Cloud LoadBalancer - V3
Step 22 - Setting up Spring Cloud API Gateway - V3
Step 23 - Enabling Discovery Locator with Eureka for Spring Cloud Gateway - V3
Step 24 - Exploring Routes with Spring Cloud Gateway - V3
Step 25 - Implementing Spring Cloud Gateway Logging Filter- V3
Step 26 - Getting started with Circuit Breaker - Resilience4j - V3
Step 27 - Playing with Resilience4j - Retry and Fallback Methods - V3
Step 28 - Playing with Circuit Breaker Features of Resilience4j - V3
Step 29 - Exploring Rate Limiting and BulkHead Features of Resilience4j - V3
Docker with Microservices using Spring Boot and Spring Cloud - V3 Chevron down icon Chevron up icon
Kubernetes with Microservices using Docker, Spring Boot and Spring Cloud - V3 Chevron down icon Chevron up icon
Step 00 - Docker, Kubernetes and Microservices - Made for each other
Step 01 - Creating GCP - Google Cloud Platform - Account
Step 02 - Kubernetes Journey - Creating a GKE Cluster
Step 03 - Kubernetes Journey - Create a Deployment and a Service
Step 04 - Exploring GKE in GCP Console
Step 05 - Kubernetes Journey - Scaling Deployments and Resizing Node Pools
Step 06 - Kubernetes Journey - Autoscaling, Config Map and Secrets
Step 07 - Exploring Kubernetes Deployments with YAML Declarative Configuration
Step 08 - Kubernetes Journey - The End
Step 09 - Understanding Kubernetes Clusters - Google Kubernetes Engine GKE
Step 10 - Understanding Pods in Kubernetes
Step 11 - Understanding Deployments and Replica Sets in Kubernetes
Step 12 - Understanding Services in Kubernetes
Step 13 - 01 Installing Gcloud
Step 13 - 02 Installing Kubectl
Step 13 03 - Understanding Kubernetes Architecture - Master Node and Nodes
Step 14 - Setup Currency Exchange & Conversion Microservices - Kubernetes
Step 15 - Container images for Exchange & Currency Conversion Microservices
Step 16 - Deploy Microservices to Kubernetes & Understand Service Discovery
Step 17 - Creating Declarative Configuration Kubernetes YAML for Microservices
Step 18 - Clean up Kubernetes YAML for Microservices
Step 19 - Enable Logging and Tracing APIs in Google Cloud Platform
Step 20 - Deploying Microservices using Kubernetes YAML Configuration
Step 21 - Playing with Kubernetes Declarative YAML Configuration
Step 22 - Creating Environment Variables to enable Microservice Communication
Step 23 - Understanding Centralized Configuration in Kubernetes - Config Maps
Step 24 - Exploring Centralized Logging and Monitoring in GKE
Step 25 - Exploring Microservices Deployments with Kubernetes
Step 26 - Configuring Liveness and Readiness Probes for Microservices with K8S
Step 27 - Autoscaling Microservices with Kubernetes
Step 28 - Delete Kubernetes Cluster and Thank You!
Thanks Chevron down icon Chevron up icon
Appendix - Introduction to Spring Framework in 10 Steps (Actually 16) Chevron down icon Chevron up icon
Appendix - Introduction to Spring Boot in 12 Steps Chevron down icon Chevron up icon
Appendix - Introduction to Junit Chevron down icon Chevron up icon
Appendix - Introduction to Mockito Chevron down icon Chevron up icon
Appendix - Introduction to Maven Chevron down icon Chevron up icon
Appendix - Introduction to Gradle Chevron down icon Chevron up icon
Appendix - Introduction to JPA in 10 Steps - V2 Chevron down icon Chevron up icon
APPENDIX - Introduction to Functional Programming in 30 Minutes Chevron down icon Chevron up icon
APPENDIX - Java New Features - A Quick Review using Q&A Format Chevron down icon Chevron up icon
APPENDIX - Microservices with Spring Cloud - V1 - Spring Boot v2.3 & LOWER Chevron down icon Chevron up icon
Step 00 - Microservice Components - Standardizing Ports and URL
Step 01 - Part 1 - Intro to Limits Microservice and Spring Cloud Config Server
Step 01 - Part 2 - Setting up Limits Microservice
Step 02 - Creating a Hard-Coded Limits Service
Step 03 - Enhance Limits Service to Get Configuration from Application Properties
Step 04 - Setting up Spring Cloud Config Server
Step 05 - Installing Git
Step 06 - Creating Local Git Repository
Step 07 - Connect Spring Cloud Config Server to Local Git Repository
Step 08 - Configuration for Multiple Environments in Git Repository
Step 09 - Connect Limits Service to Spring Cloud Config Server
Step 10 - Configuring Profiles for Limits Service
Step 11 - A Review of Spring Cloud Config Server
Step 12 - Introduction to Currency Conversion and Currency Exchange Microservice
Step 13 - Setting up Currency Exchange Microservice
Step 14 - Create a Simple Hard-Coded Currency Exchange Service
Step 15 - Setting up Dynamic Port in the Response
Step 16 - Configure JPA and Initialized Data
Step 17 - Create a JPA Repository
Step 18 - Setting up Currency Conversion Microservice
Step 19 - Creating a Service for Currency Conversion
Step 20 - Invoking Currency Exchange Microservice from Currency Conversion Micro
Step 21 - Using Feign REST Client for Service Invocation
Step 22 - Setting up Client-Side Load Balancing with Ribbon
Step 23 - Running Client-Side Load Balancing with Ribbon
Step 24 - Understand the Need for a Naming Server
Step 25 - Setting up Eureka Naming Server
Step 26 - Connecting Currency Conversion Microservice to Eureka
Step 27 - Connecting Currency Exchange Microservice to Eureka
Step 28 - Distributing Calls Using Eureka and Ribbon
Step 29 - A Review of Implementing Eureka, Ribbon, and Feign
Step 30 - Introduction to API Gateways
Step 31 - Setting up Zuul API Gateway
Step 32 - Implementing Zuul Logging Filter
Step 33 - Executing a Request through Zuul API Gateway
Step 34 - Setting up Zuul API Gateway Between Microservice Invocations
Step 35 - Introduction to Distributed Tracing
Step 36 - Implementing Spring Cloud Sleuth
Step 37 - Introduction to Distributed Tracing with Zipkin
Step 38 - Installing Rabbit MQ
Step 39 - Setting up Distributed Tracing with Zipkin
Step 40 - Connecting Microservices to Zipkin
Step 41 - Using Zipkin UI Dashboard to Trace Requests
Step 42 - Understanding the Need for Spring Cloud Bus
Step 43 - Implementing Spring Cloud Bus
Step 44 - Fault Tolerance with Hystrix
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing? Chevron down icon Chevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file? Chevron down icon Chevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package? Chevron down icon Chevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail customercare@packt.com with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package? Chevron down icon Chevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.