oauth 에 profile 적용
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user