oauth 에 profile 적용

This commit is contained in:
kimscott
2019-09-17 16:09:52 +09:00
parent 37fd47f3ef
commit 6d551b8227

View File

@@ -25,10 +25,6 @@ spring:
uri: http://localhost:8082
predicates:
- Path=/deliveryies/**
- id: marketing
uri: http://localhost:8083
predicates:
- Path=/serveys/**
- id: servicecenter
uri: http://localhost:8084
predicates:
@@ -65,7 +61,7 @@ spring:
gateway:
routes:
- id: product
uri: http://product:8080
uri: http://products:8080
predicates:
- Path=/products/**,/goods/**
- id: order
@@ -76,10 +72,6 @@ spring:
uri: http://delivery:8080
predicates:
- Path=/deliveryies/**
- id: marketing
uri: http://marketing:8080
predicates:
- Path=/serveys/**
- id: servicecenter
uri: http://servicecenter:8080
predicates: