gateway oauth 추가
This commit is contained in:
@@ -37,6 +37,10 @@ spring:
|
|||||||
uri: http://localhost:8086
|
uri: http://localhost:8086
|
||||||
predicates:
|
predicates:
|
||||||
- Path=/mypage/**
|
- Path=/mypage/**
|
||||||
|
- id: oauth
|
||||||
|
uri: http://localhost:8090
|
||||||
|
predicates:
|
||||||
|
- Path=/oauth/**
|
||||||
globalcors:
|
globalcors:
|
||||||
corsConfigurations:
|
corsConfigurations:
|
||||||
'[/**]':
|
'[/**]':
|
||||||
|
|||||||
Reference in New Issue
Block a user