This repository contains the code for this blogpost on StackAbuse.
Please note that this Spring project is an extension of this one here as implemented by @chand31290.
Kindly ensure you have the following installed on your machine:
- Clone the repository
$ git clone https://github.com/ro6ley/java-forgot-pswd.git
- Check into the cloned repository
$ cd java-forgot-pswd
- Install the dependencies and package the application
$ mvn package
- Run the application
mvn spring-boot:run
Please feel free to raise issues using this template and I'll get back to you.
You can also fork the repository, make changes and submit a Pull Request using this template.