How to skip null properties when copying properties from one object to another using Spring BeanUtils
[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″] 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…
This article will explain why class SpringBootServletInitializer is needed, its usage and why is it required to extend this class…