
In this article, we will see how we can have our own cassandra configuration rather than letting spring rely on…
In this article, we will see how we can have our own cassandra configuration rather than letting spring rely on…
In this article, we will see the most simplest way of configuring cassandra following spring boot way. All the factory…
In this article, we will see how spring boot derives the application type. There are three types of application: Normal…
Spring boot relies on application listeners and internal lifecycle event to decouple certain actions as the spring boots life cycle…
There comes a phase in programming where after the use cases are implemented and as we test, we may run…
Mule enricher as the name suggests helps use to enrich the existing message. For example, we can enrich the payload,…
The items emitted by the source Observable is buffered based on the count of items to be buffered. As soon…
In this article, we will build a one-to-many relationship. The example we have here is the relation between a movie…
In this article, we will explore how to map collections of objects that are not entities. When the source entity…
Audit fields determine who created or changed an entity and when the change happened. Since auditing is required for most…
Atom feed consists of a series of related items that a content provider publishes on the Internet. It comprises an…
Command design pattern decouples the object that invokes the operation from the one that actually performs it. The one which executes…
By default spring boot looks out for banner.txt and banner(.jpg/.png/.gif) image. If it finds one and then it goes ahead…