Skip to content

rterzman/grpc-ping-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handle information about ping web urls

Service is based on Spring-Boot and gRPC frameworks

Run

  • recompile the project (mvn clean compile)
  • run test for checking application (mvn test)
  • startup application from ide or from console (java -jar target/grpc-ping-service-0.0.1-SNAPSHOT.jar)
  • implement gRPC client or use from project

Application starts on default host and port (localhost:6565). If you want to change port you can change it in application.yml file grpc.port=6565

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages