Spring AOP Before Advice example using XML configuration

This page will walk through the Spring AOP before advice example using XML configuration file. Spring provides an interface MethodBeforeAdvice […]

Continue reading...

How to install Activiti Designer plugin in Eclipse/STS

This article walkthrough about How to install Activiti Designer plugin in Eclipse/STS ide. Activiti Designer plugin helps to create BPMN […] Continue reading »

Spring Boot Security- Remember Me Example

This page will guide you on how to configure Spring Boot Security- Remember Me functionality in the application. Remember Me […] Continue reading »

How to Create and Save text file in JavaScript

As we know that JavaScript is one of the most popular high-level, interpreted programming language in the world. Now it […] Continue reading »

How to build executable JAR with Maven in Spring Boot

In this tutorial, we will learn how to build executable JAR with Maven in Spring Boot application. Spring Boot provides […] Continue reading »

Introduction to Business Process Model and Notation (BPMN)

Business Process Model and Notation (BPMN) is a graphical representation of the business process in the business process diagram. BPMN […] Continue reading »

Spring Boot Security- Change default username and password parameter

This tutorial will help you to change the default username and password parameter used in Spring Boot Security login form and […] Continue reading »

Spring Boot Security- How to change default login page

This guide will help you to change the default login page provided by the Spring Boot Security. To do that, you […] Continue reading »

Spring @RestController, @GetMapping, @PostMapping, @PutMapping, and @DeleteMapping Annotation Example

This page will walk through Spring @RestController, @GetMapping, @PostMapping, @PutMapping, and @DeleteMapping Annotation Example.  To handle the HTTP request in the […] Continue reading »

Spring Boot RESTful CRUD Example with MySQL Database

This guide will help you to build Spring Boot RESTful CRUD Example with MySQL Database. As we know, making REST service […] Continue reading »

How to find distinct elements in a list in Java

Java 8 introduced distinct() method in Stream interface to find the distinct element in a list. distinct() method returns a stream […] Continue reading »

Spring Security- How to change default username and password

In the previous Spring Security tutorial, we have learned the integration of Spring Security in the web application and protect […] Continue reading »

1 22 23 24 25 26 44