dwk
Results
1
issues of
dwk
### Bug 描述 在使用sentinel的组件时,碰到了控制台无法监控应用。 ### 环境 环境:"java11,spring boot2.7" sentinel的依赖是: ```xml com.alibaba.cloud spring-cloud-starter-alibaba-sentinel 2021.0.5.0 ``` 配置文件为: ```yaml spring: cloud: sentinel: transport: dashboard: 127.0.0.1:8858 port: 8719 # Sentinel客户端暴露的监控端口,默认为8719 client-ip: 127.0.0.1 enabled: true...