What do you want to learn today?
Spring Cloud Recent Tutorials
Spring Cloud API Gateway Global Filter Example
Sergey Kargopolov
Spring Cloud
In this tutorial, you will learn how to create a very simple Spring Cloud API Gateway Global Pre-filter and Post filter classes. Global filters are
The Header Predicate in Spring Cloud API Gateway
Sergey Kargopolov
Spring Cloud
One of the ways to make sure that an HTTP request to a web service endpoint contains an Authorization JWT token is to configure a
Spring Cloud API Gateway Automatic Mapping of Routes
Sergey Kargopolov
Spring Cloud
In this tutorial, you will learn how to configure your Spring Cloud API Gateway to automatically create routes based on services registered with Discovery clients
Start Spring Boot App on a Random Port Number
Sergey Kargopolov
Spring Boot | Spring Cloud
In this tutorial, you will learn how to start your Spring Boot application on a random port number. This is very helpful when you need
@LoadBalanced RestTemplate Call Internal Microservice
Sergey Kargopolov
Spring Boot | Spring Cloud
In this tutorial, you will learn how to create an instance of @LoadBalanced RestTemplate and make it communicate with an internal microservice. For a step
Pass Authorization Header to Downstream Microservice
Sergey Kargopolov
RESTful Web Services | Spring Boot | Spring Cloud
In this tutorial, you will learn how to make Zuul API Gateway pass an Authorization header to a downstream Microservice. To learn how to make
Spring Cloud Developer Resources
Documentation
-
Spring Cloud Reference Documentation
-
Spring Cloud
-
Spring Framework guides
-
Spring Boot Reference documentation
Tools
Where to ask questions