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
Would you like to easily transition your application to microservices having started as a monolith? Then this course is for you
It 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 Events
Spring Data JPA
Containerization (Docker)
The course shows three(3) ways we can containerize our application. i.e create image
we likewise ran the application via Docker commands in the terminal
clear usage on how services communicate within the containerized environment
we leveraged Docker networks clearly defined in the compose file
CI/CDPipeline using Git actions
Kubernetes Deployment
PostgresDB
Custom Exceptions and Validations
Modulith Metrics
Java records
Spring Boot Starter Docker Compose and how to use it in development and Integration Tests.