Spring Cloud
-
Enterprise Java
Secure Reactive Microservices with Spring Cloud Gateway
Friends don’t let friends write user auth. Tired of managing your own users? Try Okta’s API and Java SDKs today.…
Read More » -
Enterprise Java
Java Microservices with Spring Cloud Config and JHipster
Friends don’t let friends write user auth. Tired of managing your own users? Try Okta’s API and Java SDKs today.…
Read More » -
Enterprise Java
Functional Hystrix using Spring Cloud HystrixCommands
Spring’s WebClient provides a non-blocking client for making service to service calls.Hystrix, though now in a maintenance mode, has been…
Read More » -
Enterprise Java
Secure Service-to-Service Spring Microservices with HTTPS and OAuth 2.0
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Enterprise Java
Introduction to Spring Cloud – Config (Part I)
1. Overview Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g.…
Read More » -
Enterprise Java
Spring Cloud Gateway – Configuring a simple route
Spring Cloud Gateway can be considered a successor to the Spring Cloud Netflix Zuul project and helps in implementing a Gateway pattern…
Read More » -
Software Development
MicroServices – Part 6 : Distributed Tracing with Spring Cloud Sleuth and Zipkin
One of the challenges in microservices architecture is the ability to debug issues. A simple user action might trigger a…
Read More » -
Enterprise Java
Refresh Property Config at Runtime in Spring Cloud Config
In this tutorial series of spring cloud config, we will be discussing about refreshing property configuration at run-time.We will be…
Read More » -
Software Development
MicroServices – Part 5 : Spring Cloud Zuul Proxy as API Gateway
In microservices architecture, there could be a number of API services and few UI components that are talking to APIs.…
Read More »