
Quirks of Spring's @TestConfiguration
If you know me you know that I am a big fan of Spring ecosystem. I have been using Spring framework since 2007, and I am pretty familiar with many of …
Tagged

If you know me you know that I am a big fan of Spring ecosystem. I have been using Spring framework since 2007, and I am pretty familiar with many of …

One of the many reasons for the huge popularity of Spring and Spring Boot is its great support for Testing. We can write unit tests using Mockito …

I have been working with Spring and Spring Boot for many years, and I needed to create a lot of Spring (Boot) applications for various reasons, like …

Spring Boot is the most popular tech stack for building Java-based REST APIs. In this tutorial, we will learn how to write tests for Spring Boot …

I have been working with Spring Boot for many years, and over time, I have worked with many Spring Boot-based codebases. There are a few common …

One of the challenges in microservices architecture is the ability to debug issues. A simple user action might trigger a chain of downstream …

In microservices architecture, there could be a number of API services and few UI components that are talking to APIs. As of now, many microservices …

In the microservices world, to fulfill a client request one microservice may need to talk to other microservices. We should minimize this kind of …

In the microservices world, Service Registry and Discovery plays an important role because we most likely run multiple instances of services, and we …

In MicroServices using Spring Boot & Spring Cloud – Part 1: Overview, we took a brief look at what microservices are and how we can use Spring …

Nowadays, “MicroServices” is the hot buzzword in software development, and many organizations prefer building their enterprise …

Spring Boot is the most popular and widely used Java framework. This discussion of “Why is Spring Boot so popular?” occasionally comes up …