This project is only DEMO, where you can check for implement mail service in spring boot application. Also, here you can see a simple implements of blocking and activating accounts by email.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- JDK 17 or later
- Clone repository:
git clone https://github.com/Maslyna/SpringEmailService.git - Build Maven project:
To build the application execute the following commands in the project folder (where pom.xml and mvnw are located):
./mvnw clean package# this will build the projectFor the first time it will download and install Maven version configured in the project settings (v.3.8.6) Next time the cached version will be used without redownloading.
After the build is completed, the folder
/targetwill be created with a compiled.jarready to be launched.
Now you can launch the server for example (default port is 8080):
java -jar ./target/*.jar- To see more information follow link: CONTRIBUTING.md