In this article, readers will learn some additional topics on Spring Cloud Service Discovery and two different ways in which to combine Service Discovery and Remote Configuration.
Spring Cloud
Spring Cloud: How to Implement Service Discovery (Part I)
In this article, readers will learn how to configure and run some Service Discovery sample architectures by using the Spring Cloud components.
Spring Cloud: How to Deal with Microservice Configuration (Part II)
How to use Spring Cloud Config module to implement a minimal microservice scenario based on remote configuration (part II).
Spring Cloud: How to Deal with Microservice Configuration (Part I)
How to use Spring Cloud Config module to implement a minimal microservice scenario based on remote configuration (part I).
Spring Boot for Cloud – Actuator
An overview of Spring Boot framework features that are especially important in the context fo micro-service applications. In this article we discuss features useful in a production environment.
Spring Boot for Cloud – REST API Development
An overview of Spring Boot framework features that are especially important in the context of Spring Cloud applications. In this article we discuss features related to API development.
Spring Boot for Cloud – Configuration and Dependencies
An overview of Spring Boot framework features that are especially important in the context of Spring Cloud applications.
Java Observer Pattern with Spring and AOP
The Java Observer Pattern is among the most famous design patterns, aimed at handling communication of state changes between objects.
A Brief Overview of the Spring Cloud Framework
A brief overview of the Spring Cloud framework, a list of its main packages and their relation with the Microservice Architectural patterns.