Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 849 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 849 Bytes

Factory Eureka Server

Eureka

  • MSA 구축 시 사용되는 서비스 디스커버리(Service Discovery) 및 레지스트리 서버
  • Service Discovery: Client 가 서비스를 호출할 때 필요한 서비스의 정보(IP, Port)들을 저장 및 관리하는 개념

How to run

1. git clone https://github.com/factory-msa/factory-eureka.git
2. ./gradlew build
3. http://localhost:8761/

localhost:8761

image

image

Docs