feat(order-service): order-service feign 통신

- store-service와 feign 통신 코드 작성
This commit is contained in:
hoon7566
2022-03-14 21:16:28 +09:00
parent 31675ef6d2
commit 47491f3245
19 changed files with 298 additions and 111 deletions

View File

@@ -46,7 +46,7 @@ spring:
allow-credentials: true
routes:
- id: order-service
uri: lb://ORDER-SERVCIE
uri: lb://ORDER-SERVICE
predicates:
- Path=/order-service/**
filters:
@@ -54,7 +54,7 @@ spring:
- RewritePath=/order-service/(?<segment>.*),/$\{segment}
- id: store-service
uri: lb://STORE-SERVCIE
uri: lb://STORE-SERVICE
predicates:
- Path=/store-service/**
filters: