From 562e091b8ec140ed3fd7df29f3179bcb05f8f918 Mon Sep 17 00:00:00 2001 From: kimscott Date: Mon, 2 Sep 2019 15:08:07 +0900 Subject: [PATCH] =?UTF-8?q?gateway=20oauth=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c57712e..86a1edb 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -37,6 +37,10 @@ spring: uri: http://localhost:8086 predicates: - Path=/mypage/** + - id: oauth + uri: http://localhost:8090 + predicates: + - Path=/oauth/** globalcors: corsConfigurations: '[/**]':