/network-details-service

simple spring application that retrieves network details from host

Primary LanguageJava

Read Me

Basic Spring Boot Application to Retrieve Network Details from Host


Local Test Instructions

  1. Run Build:
    ./mvnw clean install
    
  2. Start the application:
    ./mvnw spring-boot:run
    
  3. Test the Endpoint:
    curl -G "http://localhost:8080/ping"
    

DEMO

Demo of the project