Book Image

Hands-On Microservices with Spring Boot 2.0 [Video]

By : Tomasz Lelek, Tadas Subonis
Book Image

Hands-On Microservices with Spring Boot 2.0 [Video]

By: Tomasz Lelek, Tadas Subonis

Overview of this book

This course takes a hands-on, practical approach to implementing microservices for your app development with the Spring ecosystem. We delve into the two main components of the Spring ecosystem for microservice development—Spring Boot and Spring Cloud—in detail. You’ll see how to build microservices with Spring Boot 2.0 Then we’ll take you through a suite of tools that Spring Cloud offers for the discovery, routing, and deployment of microservices to the enterprise and the cloud. The course provides practical guidance for most of the common operational and infrastructural concerns and will show you how microservices address them. We cover topics right from breaking your monolith to communication between services and deployment. This course will make microservices easily accessible to you so you can implement it instantly in your day-to-day projects. All the code and supporting files for this course are available on Github at https://github.com/PacktPublishing/Hands-On-Microservices-with-Spring-Boot-2.0
Table of Contents (5 chapters)
Chapter 4
Testing and Security
Content Locked
Section 2
Mocking Out External Services
In this video, we will learn to mock out external services. - Learn about @Profile annotation - Start tests with integration profile - Mock beans using the proper profile