scmod

Results 2 comments of scmod

我也是...配置router提交操作失败,重算就返回个false,数据库也正确 别的操作有几个也是这样,而且如果数据源有问题的话,为什么不让错误打印出来,提示的错跟数据库都毫无关系

哦知道了,应用也要指定csp.sentinel.dashboard.server=192.168.30.39:8080,而不是csp.sentinel.dashboard.server=192.168.30.39:8719 [https://sentinelguard.io/zh-cn/docs/dashboard.html](url) 现在我也没明白 ``` 启动时加入 JVM 参数 -Dcsp.sentinel.dashboard.server=consoleIp:port 指定控制台地址和端口。若启动多个应用,则需要通过 -Dcsp.sentinel.api.port=xxxx 指定客户端监控 API 的端口(默认是 8719)。 ``` 这后半句是什么意思,给我一顿误导...