更新Sentinel

This commit is contained in:
启航 2024-03-02 10:58:51 +08:00
parent ccf0e49b96
commit ce76dfe68c
2 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,8 @@
### 4、中间件
+ Redis7.x缓存在线用户、字典、系统配置
+ Nacos2.2.0(配置中心、注册中心)
+ Sentinel分布式流量治理组件
`java -Dserver.port=8888 -Dcsp.sentinel.dashboard.server=localhost:8888 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard.jar`
## 项目说明
### core

View File

@ -15,6 +15,9 @@ spring:
server-addr: 127.0.0.1:8848
# username: nacos
# password: nacos
sentinel:
transport:
dashboard: 127.0.0.1:8888 # sentinel控制台地址
gateway:
discovery:
locator: