blob: a0ac2a2be7be6ee2a812fdf4efc03fa2ffc70569 [file] [log] [blame]
## ---------------------------------------------------------------------------
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this file to You under the Apache License, Version 2.0
## (the "License"); you may not use this file except in compliance with
## the License. You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
## ---------------------------------------------------------------------------
servicecomb:
service:
application: jaxrstest
name: jaxrsClient
version: 0.0.1
registry:
address: http://127.0.0.1:30100
handler:
chain:
Consumer:
default: bizkeeper-consumer,loadbalance
loadbalance:
strategy:
name: mycustomrule
retryEnabled: true
request:
timeout: 30000
jaxrs:
timeout: 30000
clientreqtimeout:
timeout: 30000
sayHello:
timeout: 30000
add:
timeout: 1000
invocation:
timeout:
check:
enabled: false
# test configurations. you can choose any implementation. default using local.
# using nacos configuration
# nacos:
# serverAddr: http://127.0.0.1:8848
# group: jaxrstest
# dataId: jaxrsclient
# namespace: public
# contentType: properties # can be properties, yaml, raw. If using raw, property [group].[dataId]=value.
# addPrefix: false # if true [group].[dataId] will added as properties/yaml items prefix. Will not influence raw.
# for integration test not install any config server
jaxrstest:
jaxrsclient:
override.high: hello high
override.low: hello low
k.value: 3
l1-1: 3.0
l1-2: 2.0
low-1.a.high-1.b: 1
low-1.a.high-2.b: 2
low-2.a.high-1.b: 3
low-2.a.high-2.b: 4
# test configurations.