Tag: springboot
Building a Timer Using ScheduledExecutorService in Java
In this article, we will explore how to implement a timer mechanism using the ScheduledExecutorService, an important tool in Java for…
Optimizing entities with JPA lifecycle events
Introduction In this article, we will explore how to leverage JPA entity lifecycle events, with a particular focus on @PrePersist…
Security in microservices with Spring Boot and Kafka
Introduction In this article, we will explore how we can achieve security in distributed microservices using Spring Boot and Kafka….
TCP client-server communication with Spring Integration
Introduction In this article, I’ll walk you through using Spring Boot 3 to set up a reliable TCP server and…
Distributed tracing with Spring Cloud Sleuth and Zipkin
Introduction In this article, we are going to explore how we can implement distributed tracing with Spring Cloud Sleuth and…
How to properly handle errors in Spring StateMachine
In this article, we are going to look at the proper way of handling errors in Spring StateMachine. Table of…