aditya.singh1

Java

Upgrading to Java 11 with Spring Boot: A Comprehensive Guide

Java 11 brought several exciting features and improvements to the Java ecosystem. For developers using Spring Boot, upgrading to Java 11 is a great way to leverage these enhancements and ensure your applications are running on a supported and secure platform. In this blog post, we'll walk you through the process of upgrading your Spring...

02-Oct-2023

Java

Optimistic Locking in Spring Boot

Overview We know that for large-scale software applications that handle a large number of database transactions, implementing a concurrency management mechanism is essential so that we can handle multiple database calls simultaneously and effectively without any data loss. One of the ways to implement concurrency control is the...

09-Sep-2022