1. gateway 增加灰度路由

This commit is contained in:
YunaiV
2022-06-05 20:22:27 +08:00
parent 78c200ca61
commit f32e43863b
5 changed files with 218 additions and 3 deletions

View File

@@ -6,6 +6,8 @@ spring:
server-addr: 127.0.0.1:8848
discovery:
namespace: dev # 命名空间。这里使用 dev 开发环境
metadata:
version: 1.0.0 # 服务实例的版本号,可用于灰度发布
--- #################### 配置中心相关配置 ####################