Java 8 stream filter with example
Java 8 stream filter Filter as the name implies removing the unwanted things or data. In relation to java 8…
Java 8 stream filter Filter as the name implies removing the unwanted things or data. In relation to java 8…
[the_ad id=”684″] When sending data from UI to server, generally a DTO (data object) is used. But when saving to…
[the_ad id=”684″] Scenario Imagine you are working on a Spring application where most of the objects are created using Spring…
IntPredicate interface IntPredicate is a Functional Interface added in java 8 and is a specialization of java Predicate for integer…
Introduction In java terms, Predicate is an interface or more precisely, a Functional Interface added in java 8. In simple…
If you are here, means you know how to configure spring boot security in an application. Spring security provides a…
There are three ways in which users can be defined in Spring boot security. One is a default user created…
Introduction This article will explain how to configure spring security in an application using Maven and gradle without any customizations….
[the_ad id=”684″] Thymeleaf is a template engine for creating views. It can be easily integrated with a Spring boot web…