Skip to content

Spring-boot REST service to demonstrate spring cloud services

Notifications You must be signed in to change notification settings

santhoshvernekar/sample-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Spring Boot application

This project used to demonstrate registering of services with Spring cloud eureka-discovery-server

To Build project:

run mvn clean install

Steps:

To check the service getting registered with service discovery, we need to run the service discovery on our machine, You can find project in my repo eureka-service-discovery

  • Step 1: Launch service discovery
  • Step 2: Update the service discovery end point in properties/yaml file of sample service (eureka.client.service-url.defaultZone=http://localhost:8761/eureka)
  • Step 3: We can find the status of application registering with service discovery on service discovery dashboard (http://localhost:8761/)

About

Spring-boot REST service to demonstrate spring cloud services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages