wyu6609 / network-details-service

simple spring application that retrieves network details from host

Home Page:http://localhost:8080/ping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

simple spring application that retrieves network details from host

http://localhost:8080/ping


Languages

Language:Java 100.0%