mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
1.13.2
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# 常见问题
|
||||
|
||||
## 微服务端如何获取appId等参数
|
||||
|
||||
```java
|
||||
OpenContext openContext = ServiceContext.getCurrentContext().getOpenContext();
|
||||
String appId = openContext.getAppId();
|
||||
```
|
||||
|
||||
## Socket error occurred: `localhost/0:0:0:0:0:0:0:1:2181`: Connection refused
|
||||
|
||||
检查本地zookeeper有没启动,如果zookeeper在其他机器上,修改application-dev.yml
|
||||
|
Reference in New Issue
Block a user