Skip to content
This repository was archived by the owner on Jun 24, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (30 loc) · 1.68 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.68 KB

IP Checker

Development Environment

  1. Install Git (Git SCM)
  2. Install Java Standard Edition Development Kit 8 (Oracle or OpenJDK)
  3. Install Maven 3 (Apache Maven Project)

Download

git clone [email protected]:imedvedko/ip-checker.git

Build

cd ip-checker
mvn clean package

Run

java -jar target/ip-checker.jar ${properties}

Properties

Property Required Default value Description
--ip.checker.timeout True 300 Timeout (in seconds)
--spring.mail.host True smtp.gmail.com SMTP server host
--spring.mail.port True 465 SMTP server port
--spring.mail.username True Login user of the SMTP server
--spring.mail.password True Login password of the SMTP server
--notification.email.subject True Server Subject of the notification message

See:

  1. Spring Boot Externalized Configuration
  2. Spring Boot Common application properties