Skip to content

helin-1122/spring-cloud-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps

  1. Go to folder /config-service, and start applications with docker compose
docker-compose up --build
  1. Show reservation-service message from spring cloud config server (see reservation-service.properties)
curl http://localhost:8000/message
  1. If reservation-service.properties changed, we can refresh via spring-actuator endpoint
curl -d{} -H "Content-Type:application/json" http://localhost:8000/actuator/refresh
  1. Service registration and discovery using spring-cloud-netflix-eureka

Releases

No releases published

Packages

No packages published