Learn Spring Modulith: Monolith To Microservices Seamlessly
Last updated 8/2024
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 5.23 GB | Duration: 15h 36m
Last updated 8/2024
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 5.23 GB | Duration: 15h 36m
Spring Modulith, Spring Boot 3, Spring Data JPA, Spring MVC, Docker, CI/CD, Kubernetes, GraalVM, Modular Monolith
What you'll learn
You will learn how to apply Spring Modulith to any Spring Project
You will learn how to Document with Spring Modulith Documenter
you will learn how to mirror an already existing database with Spring Jpa
You will learn how to section your projects into modules(packages)
You will learn how to work with spring events
You will learn how to ensure your modules are cleanly separated
You will learn how to expose and restrict modules
You will learn how to add Modulith actuator dependency and its properties to actuator
You will write integration tests to ensure modules are communicating with the defined rules
You will learn how to create custom exceptions and validation
You will learn how to create native Image using GraalVM
You will learn 3 ways to Dockerize your application
You will learn how to prepare to deploy to Kubernetes
You will learn pragmatic path to deploy to Kubernetes
Requirements
Java 21+. However Java 8+ experience is enough
Spring Or Spring Boot
Basic Knowledge of Spring JPA
Appreciates Hands-on Coding
Description
Would you like to easily transition your application to microservices having started as a monolith? Then this course is for youIt teaches you from scratch all you need to know about Spring Modulith. We break entities and their related objects into modules and use existing Modulith rules to enforce compliance.You will master why and how to use Spring events to communicate between modules.Also covered are mirroring existing database with Spring Data JPA.The course also explains pragmatically how to save events:Successful events for metrics through illustration.Failed Events: on how to retrieve, APIs made available to trigger the rerun.Created a custom class to show how we can use a scheduler (cronjob) to rerun the events.also manual triggering of the failed event through an exposed method.Inside the Course, you will learn about and/or highlight a bit on:Spring EventsSpring Data JPAContainerization (Docker)The course shows three(3) ways we can containerize our application. i.e create imagewe likewise ran the application via Docker commands in the terminalclear usage on how services communicate within the containerized environmentwe leveraged Docker networks clearly defined in the compose fileCI/CD Pipeline using Git actionsKubernetes DeploymentPostgresDBCustom Exceptions and ValidationsModulith MetricsJava recordsSpring Boot Starter Docker Compose and how to use it in development and Integration Tests.
Who this course is for:
This course is for all Java developers: beginners to advanced who want to build projects that easily ship from monolith to microservices,For developers/Engineers who want to properly structure a projects very neatly,The Course is idea for all Java/ Spring Developers and intending Spring Developers