Skip to content

Files

17 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 433 Bytes

Environment requirements

Must be installed and configured in path:

  • Java 11
  • Maven (only to execute tests)

Tests and Running

Execute, via command line, the following instructions:

  • Executing tests: mvn clean package
  • Executing application: java -jar target\tcp-monitor-0.0.1-SNAPSHOT.jar

Tests and Running

To monitoring others services, change the class file br.com.produtec.tcpmonitor.Application.class as needed.