Learn to implement a REST controller that can optimize performance by accepting multiple requests in one call.
Also find me here:
Baeldung Author
Saikat Chakraborty
A passionate software developer and working as lead developer. I've good experience in the backend development. My area of interest is improving software development practices, with clean coding, testing, scalable and secure system.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (5)
- Data (5)
- Spring Cloud (4)
- Java (3)
- Spring Web (2)
- Security (2)
- REST (2)
- Testing (1)
- Spring Security (1)
- Spring Data (1)
- Spring (1)
- JVM (1)
- JPA (1)
Implement Two-Level Cache With Spring
Filed under Spring
Learn how to implement two levels of caching in Spring.
Setup Asynchronous Retry Mechanism in Spring
Filed under Spring Web
Learn to implement an asynchronous execution with automatic retry in a Spring application.
Query With IN Clause in Spring Data Cassandra
Filed under Spring Data
Learn how to implement the IN query clause using Spring Data Cassandra.
Setup Http Patch Request With OpenFeign
Filed under Spring Cloud
Spring Cloud OpenFeign makes it easy to write a client to REST APIs. We can use this for PATCH requests. We look at how this works and how to set it up to avoid common pitfalls.
Shared Secret Authentication in Spring Boot Application
Filed under Spring Boot, Spring Security
Private microservices may use a shared secret to protect their APIs from illegal access. We look at how to implement a simple token based security pattern based on a shared secret using Spring Security.
OpenTelemetry Setup in Spring Boot Application
Filed under Spring Boot, Spring Cloud
Deploying microservices can lead to challenges in tracing requests across those services. With OpenTelemetry we’re able to capture logs from independent services and use them to observe traces of entire requests. We look at how to achieve this in Spring.
TLS Setup in MySQL and Spring Boot Application
Filed under Security, Spring Boot
Learn how to enable a secure connection on a MySQL server.
Propagating Exceptions With OpenFeign and Spring
Filed under Spring Boot
Let’s look at a few strategies for handling errors received during OpenFeign requests.