to run the project in local mvn spring-boot:run
test url http://localhost:8080/whois?ip=192.168.2.1
Caching: hazelcast
run in the server
nohup mvn spring-boot:run > log.log 2>&1&
run in port 80 sudo mvn spring-boot:run -Dserver.port=80
java spring boot application to run commands(whois) in the server and return output
Java
to run the project in local mvn spring-boot:run
test url http://localhost:8080/whois?ip=192.168.2.1
Caching: hazelcast
run in the server
nohup mvn spring-boot:run > log.log 2>&1&
run in port 80 sudo mvn spring-boot:run -Dserver.port=80