Skip to content

Commit 786112a

Browse files
committed
Update example config
1 parent 8ff1c14 commit 786112a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

httpexchange-spring-boot-autoconfigure/src/main/resources/application-http-exchange-statrer-example.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spring:
66
ssl:
77
bundle: bundle1
88
http-exchange:
9-
base-packages: [com.example.api]
9+
base-packages: [ com.example.api ]
1010
base-url: http://api-gateway
1111
bean-to-query-enabled: false
1212
request-mapping-support-enabled: false
@@ -24,10 +24,8 @@ http-exchange:
2424
bundle: bundle2
2525
headers:
2626
- key: X-Key
27-
values: [value1, value2]
27+
values: [ value1, value2 ]
2828
clients:
29-
- order-api
30-
- OrderDetailApi
3129
- com.example.api.OrderItemApi
3230
- com.**.*Api
3331
- com.example.**

0 commit comments

Comments
 (0)