Spring Boot Stories

How to Validate JSON Request Body in Spring Boot

We will be looking at the request-validator library, which is able to compare the user input against a pre-defined set of rules like required,max,min

Monolith Spring Boot Exception Handling

Learn how to handle exceptions in a monolith Spring Boot application and return custom error pages. You'll also learn how the default handling works

Auto Deploy Spring Boot App using Gitlab CI/CD

Create a Spring Boot application, set up your server and configure Gitlab to build your app, run tests and deploy automatically to your server

How to create a DigitalOcean droplet for hosting Spring Boot app using Terraform

How to use Terraform to create a DigitalOcean droplet for a Java (Spring Boot) web application

Spring Boot Exception Handling

In this article, we are going to look at how to configure Spring boot to handle exceptions and customise the error responses

Security Architecture: Completely Securing Mobile Application APIs

This is a comprehensive architectural guide on how to secure important APIs of your application including the signup, reset password and retry OTP API