Spring Security Success Handler

Custom success handler for your Spring Boot application. Learn why you need success handler in Spring security and how to write custom success handler.

Java Parallel Streams

A quick guide to java parallel streams. Learn when to use a parallel stream or sequential stream and when we should move to parallel streams.

Java Stream Filter With Example

A quick guide to use java stream filter. Learn how to use lambda expressions with Stream.filter() and handle checked exceptions in your code.

List of Rules Engine in Java

In this post, we’ll learn about some of the most popular rule engines for Java. Get an overview of the rule engine benefits and popular java libraries.

Spring Boot CORS

A quick guide to the Spring Boot cors. How to enable the cors support for spring and Spring boot application using the @CrossOrigin annotation or filter.

What is Spring Boot ?

This will be a short post more focused towards introducing Spring Boot, We will discuss “What is Spring Boot“? and how Spring Boot is helpful in building Java based enterprise applications. … Read more