반응형 Spring Cloud Gateway1 Spring Cloud Gateway(SCG) - HelloWorld SCG HelloWorld Sample 구현 - 위에 그림처럼 gateway를 앞에두고 service1, service2를 SCG를 통해서 호출 1. service1, service2 구현 - SpringBoot로 간단하게 api 하나 호출 가능한 구조로만 작성 - Controller & application.yml 내용 - 실행해서 "http://localhost:8081/service1/hello" 접속하면 메시지 나옴 - Service2도 동일하게 작성하고, Port만 8082로 설정 후 접속 테스트 2. SCG 구현 - "cloud-gateway"라는 이름으로 프로젝트 생성 - pom.xml에 "spring-cloud-starter-gateway" 디펜던시 추가 - application.yml 설.. 2022. 1. 28. 이전 1 다음 반응형