ddm-plugin-dubbo-support 0.3.2 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/dist/index.js +293 -168
- package/dist/renderer.js +413 -387
- package/docs/images/addProject.png +0 -0
- package/docs/images/connectDubboAdmin.png +0 -0
- package/docs/images/projectPage.png +0 -0
- package/docs/images/telnet.png +0 -0
- package/package.json +29 -29
package/README.md
CHANGED
|
@@ -11,20 +11,20 @@
|
|
|
11
11
|
|
|
12
12
|
**服务测试**:服务测试(目前已支持Telnet、dubbo、http 等协议)、 `invoke` 命令生成、参数填充、响应对比
|
|
13
13
|
|
|
14
|
-

|
|
15
15
|
|
|
16
|
-

|
|
17
17
|
|
|
18
|
-

|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
# 常见问题
|
|
22
22
|
### 如何连接到dubbo-admin?
|
|
23
23
|
1. 打开dubbo-admin并且打开F12
|
|
24
24
|
2. 从控制台找到一个发往后台的请求地址,拿到它的前缀
|
|
25
|
-

|
|
26
26
|
3. 新建连接,选择dubbo-admin
|
|
27
|
-

|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|