Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 721 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 721 Bytes

Spring Cloud Gateway

1. 설명

Eureka Server에 Gateway는 Spring Cloud Gateway를 사용하여 Board Service를 실행한다.

2. 개발환경

  • OpenJDK 11

  • Spring Cloud Gateway 3.1.0

  • Spring Cloud Netflix Eureka Client 3.1.0

3. 실행 순서

IntelliJ에서 Eureka, Gateway, Board 모듈을 import 하여 실행한다.

  • Eureka 실행

    • Port: 8761
  • Gateway 실행

    • Port: 8080
  • Board Service 실행

    • Port: 8081

4. 확인

1) Router

2) API Service