Spring Boot + Apache Kafka

2 years ago

Prerequisite: You must install and run Apache Kafka. For help with Apache Kafka installation and to run please check the…

Leetcode Problem : Merge Sorted Array

2 years ago

Solved below leet code problem using Java 8 Streams. https://leetcode.com/problems/merge-sorted-array/ Solution: class Solution { public void merge(int[] nums1, int m,…

Spring Boot 3 REST API Doc + Swagger

2 years ago

Springdoc-openapi library helps to automote the generation of REST API documentation . For Spring boot V3 we need to use…

Java Version and corresponding class file format versions

2 years ago

Java SE VersionClass File Format Version2165206419631862176116601559145813571256115510549538527516505491.4481.3471.2461.145

Spring Webflux – File upload

2 years ago

In this blog lets see how to upload a CSV file through reactive REST API and to load the file…