Stateful vs Stateless in Architecture
We are going to explore in his entry, Stateful vs Stateless in Architecture, the importance of choosing between two ways of building services and applications, especially when creating a new…
Our team work realy hard to produce quality content on this website and we noticed you have ad-blocking enabled. Advertisements and advertising enable us to continue working and provide high-quality content.
We are going to explore in his entry, Stateful vs Stateless in Architecture, the importance of choosing between two ways of building services and applications, especially when creating a new…
To test our Spring Boot app with Spring Data, we often use an embedded in-memory database like H2. Although this is a very valid approach on occasion, we may want…
One of the needs we usually have when working with SQL databases is to use an independent database to have a set of tests. That's the goal of this entry…
In this post about Hikari Configuration in Spring Boot, we will see the implementation provided by Hikari to configure and parameterize our connection pool to databases. What is Hikari? Hikari…