In This Project memos about the study sample code.
Spring Boot integrate account manager.
This is a mail deliver using Google mail and Spring boot Framework.
Step 1. To init it needs edit this path main/config/application.yml to setting a gmail account.
maildeliver: host: smtp.gmail.com #default gmail host port: 587 #default gmail port username: [email protected] password: "yourpassword"
Step 2. This project is using Gradle
run commands
gradle clean build
download depandeies and build it.
Step 3. run shellscript app.sh
./build/libs/app.sh