Java 21, the latest release from the Java platform, brings a host of new features designed to improve developer productivity. This article will delve into...
[Java] Mutex
1. Overview In this tutorial, we’ll explore various methods to implement a mutex in Java, essential for managing shared resources in multithreaded environments. 2. Mutex...
[Spring boot] How implements integration tests using RabbitMQ and test-containers
In this article, I will show you how you can implements integration tests using Springboot, test-containers and RabbitMQ.First of all, we need create something to...
[Spring boot] How to use Web Socket with STOMP protocol.
In this article we're going to see how to implement web socket using Spring with STOMP protocol. First of all, what's Web Socket and when...