gateway oauth 추가

This commit is contained in:
kimscott
2019-09-02 15:08:07 +09:00
parent 656dcb244d
commit 562e091b8e

View File

@@ -37,6 +37,10 @@ spring:
uri: http://localhost:8086
predicates:
- Path=/mypage/**
- id: oauth
uri: http://localhost:8090
predicates:
- Path=/oauth/**
globalcors:
corsConfigurations:
'[/**]':