We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff1c14 commit 786112aCopy full SHA for 786112a
httpexchange-spring-boot-autoconfigure/src/main/resources/application-http-exchange-statrer-example.yml
@@ -6,7 +6,7 @@ spring:
6
ssl:
7
bundle: bundle1
8
http-exchange:
9
- base-packages: [com.example.api]
+ base-packages: [ com.example.api ]
10
base-url: http://api-gateway
11
bean-to-query-enabled: false
12
request-mapping-support-enabled: false
@@ -24,10 +24,8 @@ http-exchange:
24
bundle: bundle2
25
headers:
26
- key: X-Key
27
- values: [value1, value2]
+ values: [ value1, value2 ]
28
clients:
29
- - order-api
30
- - OrderDetailApi
31
- com.example.api.OrderItemApi
32
- com.**.*Api
33
- com.example.**
0 commit comments