Java Development
-
How to Configure Multiple Data Sources in a Spring Boot Application
Welcome, in this tutorial, we will see how to configure multiple data sources in a single boot application. Here we…
Read More » -
Spring Boot Docker Image Debugging
In this article, we will explain how to debug the spring boot application running in the docker image. We will…
Read More » -
How to Call a REST API Using jQuery AJAX in Spring Boot
1. Introduction This is an in-depth article related to the JQuery AJAX Call to Spring Boot based Rest Service. Spring…
Read More » -
Spring Boot Health Check API
Welcome, this tutorial is about Spring Boot Health Check API. We will understand actuators in sping boot to monitor a…
Read More » -
SQL Update Statement Example
This is an article on SQL using the Update statement. 1. Introduction We will look at one of the data…
Read More » -
SQL Drop Table Example
While using databases and tables, you may encounter a situation when you will have to drop the table – including…
Read More » -
How to Generate a Random Int in Java
This article shows how to generate a random Int or integer in Java using different approaches. 1. Introduction Java has…
Read More » -
SQL Insert Query Example
1. Introduction In this article, we will look at one of the Data Manipulation Language (DML) constructs or statements called…
Read More » -
Spring Boot URL Shortener
Welcome, in this tutorial, we will use Redis and Spring boot to demonstrate a URL shortener (also known as TinyURL)…
Read More » -
DJL Spring Boot Example
In this article, we will discuss what the DJL in Spring Boot is (Deep Java Library) and its uses. We…
Read More »