1. gateway 引入 nacos 依赖,实现服务的注册发现

2. gateway 引入 loadbalancer 依赖,实现服务的负载均衡
This commit is contained in:
YunaiV
2022-06-02 23:43:34 +08:00
parent 9bb0422c1c
commit 94d62b8d79
5 changed files with 33 additions and 7 deletions

View File

@@ -12,6 +12,7 @@
},
"gateway": {
"baseUrl": "http://127.0.0.1:8888/admin-api",
"systemBaseUrl": "http://127.0.0.1:8888/admin-api",
"token": "test1",
"adminTenentId": "1",