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

imedvedko/ip-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages