blob: 597b7dff4d6331e6962c973e7c8b74bd3b06eae9 [file]
#
## ---------------------------------------------------------------------------
## 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: basic-application
name: consumer
version: 0.0.1
rest:
address: 0.0.0.0:9092
spring:
profiles:
active: servicecomb # 注册中心类型:servicecomb 或者 nacos
---
spring:
config:
activate:
on-profile: servicecomb
servicecomb:
# 注册发现
registry:
sc:
address: http://localhost:30100
# 动态配置
kie:
serverUri: http://localhost:30110
---
spring:
config:
activate:
on-profile: nacos
servicecomb:
# 注册发现
registry:
nacos:
serverAddr: http://localhost:8848
# 动态配置
nacos:
serverAddr: http://localhost:8848