You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
# Tomcat
|
|
|
|
|
server:
|
|
|
|
|
port: 7010
|
|
|
|
|
|
|
|
|
|
# Spring
|
|
|
|
|
spring:
|
|
|
|
|
application:
|
|
|
|
|
# 应用名称
|
|
|
|
|
name: bnyer-gateway
|
|
|
|
|
profiles:
|
|
|
|
|
# 环境配置
|
|
|
|
|
active: dev
|
|
|
|
|
main:
|
|
|
|
|
allow-circular-references: true
|
|
|
|
|
allow-bean-definition-overriding: true
|
|
|
|
|
cloud:
|
|
|
|
|
nacos:
|
|
|
|
|
discovery:
|
|
|
|
|
# 服务注册地址
|
|
|
|
|
server-addr: 127.0.0.1:6231
|
|
|
|
|
# 命名空间地址
|
|
|
|
|
namespace: 52a72b07-7081-445b-b500-76976957abbc
|
|
|
|
|
# 命名空间分组
|
|
|
|
|
group: dev
|
|
|
|
|
config:
|
|
|
|
|
# 配置中心地址
|
|
|
|
|
server-addr: 127.0.0.1:6231
|
|
|
|
|
# 配置文件格式
|
|
|
|
|
file-extension: yml
|
|
|
|
|
# 命名空间地址
|
|
|
|
|
namespace: 52a72b07-7081-445b-b500-76976957abbc
|
|
|
|
|
# 命名空间分组
|
|
|
|
|
group: dev
|
|
|
|
|
# 共享配置
|
|
|
|
|
shared-configs:
|
|
|
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
|
|
sentinel:
|
|
|
|
|
# 取消控制台懒加载
|
|
|
|
|
eager: true
|
|
|
|
|
transport:
|
|
|
|
|
# 控制台地址
|
|
|
|
|
dashboard: 127.0.0.1:7011
|
|
|
|
|
# nacos配置持久化
|
|
|
|
|
datasource:
|
|
|
|
|
ds1:
|
|
|
|
|
nacos:
|
|
|
|
|
server-addr: 127.0.0.1:6231
|
|
|
|
|
dataId: sentinel-bnyer-gateway
|
|
|
|
|
groupId: DEFAULT_GROUP
|
|
|
|
|
data-type: json
|
|
|
|
|
rule-type: flow
|