Posts related to tag: microservices


SOLID Design Principle

SOLID principles are a fundamental set of concepts in object-oriented programming (OOP) that aim to make software designs more understandable, […] Continue reading »

Spring Boot + RabbitMQ Example

This post is about introduction on how to connect with RabbitMQ AMQP server using Spring Boot application and publish messages […] Continue reading »

Microservices Configuration Management with Spring Boot

In this article, we’re going to look at Configuration Management in Microservices with Spring Boot + Spring Cloud Config Server.  […] Continue reading »

Spring @Value Annotation Example

In this guide, we’ll show you some tips & tricks of Spring @Value annotation. @Value annotation is used to assign […] Continue reading »

Spring Boot Microservices + Netflix Eureka Service Registry Example

On this page, we will show you Spring Boot Microservices + Netflix Eureka Service Registry example. Microservice architecture is commonly used […] Continue reading »