Spring Security Remember Me

2021 VietMX 0

1. Overview This tutorial will show how to enable and configure Remember Me functionality in a web application with Spring Security. Setting up the MVC application with security […]

Spring Security Logout

2021 VietMX 0

1. Overview This article is building on top of our Form Login tutorial and is going to focus on the how to configure Logout with Spring Security. 2. […]

Updating your Password

2021 VietMX 0

1. Overview In this quick article we’ll implement a simple “Change my own password” functionality available to the user after they register and log in. […]

Spring Data MongoDB Transactions

2021 VietMX 0

1. Overview Starting from the 4.0 release, MongoDB supports multi-document ACID transactions. And, Spring Data Lovelace now provides support for these native MongoDB transactions. In this […]