Author - Mathan Lal

Spring boot

Spring boot executable jar

Creating Spring boot executable jar To create a completely self-contained executable jar(fat jars) file that we could run in production, Just spring-boot-maven...

Java Examples

abecedarian program in java

Abecedarian.java import java.util.Scanner; /** * @author Candid Java */ public class Abecedarian { public static void main(String[] args) { Scanner scan = new...

Spring boot

Spring boot webclient example

Spring boot WebClient with Spring WebFlux WebClient makes the Spring WebFlux create non-blocking Http request. If you add Spring WebFlux on your classpath...

Spring boot

Spring boot actuator example

What is Spring boot Actuator Spring Boot Actuator includes a number of additional features to help you monitor and manage your application when you push it to...