Skip to content

Commit d256360

Browse files
author
willjsw
committed
chore: application.yaml 서비스 search path 등록
1 parent 631aa2c commit d256360

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/main/resources/application.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
server:
2-
port: 8888
2+
port: ${PORT:8888}
33

44
spring:
55
application:
@@ -16,10 +16,14 @@ spring:
1616
- api-gateway
1717
- service-discovery
1818
- member-service
19+
- product-service
20+
- order-service
21+
- payment-service
22+
- ai-service
1923

2024
bus:
2125
enabled: true
22-
destination: "my-custom-bus-topic"
26+
destination: "bus-topic"
2327
kafka:
2428
bootstrap-servers: ${KAFKA_BOOTSTRAP_SERVERS:localhost:9092}
2529

0 commit comments

Comments
 (0)