Articles in this series
Do you want to know how to update or insert a new record using Spring Boot? This article is for you. Let's imagine the following scenarios: We have...
Have you ever come across a Sonar vulnerability issue such as: Replace this persistence entity with a POJO or DTO object. This happens when you pass...
I've recently come across Hilla, probably on Twitter, and decided to have a play around with it and find out what it does. This article will serve as...
Have you ever wondered the exact difference between a PUT and a PATCH HTTP request? In this article, I will provide you with some examples to show you...
In my previous article, we created a Spring Boot REST API application, but I didn't include the tests. In the real world, we would have to write them,...
Spring Boot allows you to easily generate a project to create REST APIs. This article will show you how to create a REST API with Spring Boot from...