- Install Git (Git SCM)
- Install Java Standard Edition Development Kit 8 (Oracle or OpenJDK)
- Install Maven 3 (Apache Maven Project)
git clone git@github.com:imedvedko/ip-checker.git
cd ip-checker
mvn clean package
java -jar target/ip-checker.jar ${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: