ddm-plugin-dubbo-support 0.0.3 → 0.0.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 +11 -11
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
<h1 align="center">
|
|
3
|
-
<img src="
|
|
3
|
+
<img src="https://cdn.jsdelivr.net/npm/ddm-plugin-dubbo-support/logo.png" alt="Dubbo-Zookeeper-Support" width="200">
|
|
4
4
|
<br>Dubbo-Support<br>
|
|
5
5
|
</h1>
|
|
6
6
|
|
|
@@ -14,34 +14,34 @@
|
|
|
14
14
|
|
|
15
15
|
## 二、功能截图
|
|
16
16
|
### 2.1、新建连接页面
|
|
17
|
-

|
|
18
|
-

|
|
19
|
-

|
|
17
|
+

|
|
18
|
+

|
|
19
|
+

|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
### 2.2、服务管理页面
|
|
23
|
-

|
|
23
|
+

|
|
24
24
|
|
|
25
25
|
### 2.3、Telnet
|
|
26
|
-

|
|
26
|
+

|
|
27
27
|
|
|
28
28
|
### 2.4、调用接口方法
|
|
29
|
-

|
|
29
|
+

|
|
30
30
|
|
|
31
31
|
### 2.5、启用/禁用服务提供者
|
|
32
|
-

|
|
32
|
+

|
|
33
33
|
|
|
34
34
|
### 2.6、编辑服务动态配置
|
|
35
|
-

|
|
35
|
+

|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
# 三、常见问题
|
|
39
39
|
### 3.1、如何连接到dubbo-admin?
|
|
40
40
|
1. 打开dubbo-admin并且打开F12
|
|
41
41
|
2. 从控制台中虽然找到一个发往后台的请求地址,拿到它的前缀
|
|
42
|
-

|
|
42
|
+

|
|
43
43
|
3. 新建连接,选择dubbo-admin
|
|
44
|
-

|
|
44
|
+

|
|
45
45
|
|
|
46
46
|
### 3.2、为什么出现找不到元数据?
|
|
47
47
|
1. dubbo2.7以后才有元数据,如果你是2.7之前的版本,那是没办法进行参数填充的,需要自行补齐参数类型
|
package/dist/index.js
CHANGED
|
@@ -656,7 +656,7 @@ class AppProxy {
|
|
|
656
656
|
/***/ ((module) => {
|
|
657
657
|
|
|
658
658
|
"use strict";
|
|
659
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"ddm-plugin-dubbo-support","version":"0.0.
|
|
659
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"ddm-plugin-dubbo-support","version":"0.0.4","description":"Dubbo-Desktop-Manager插件-支持Dubbo框架","main":"dist/index.js","rendererMain":"dist/renderer.js","files":["README.md","logo.png","public/**","dist/**","docs/**","java-invoke/**"],"scripts":{"test":"echo \\"Error: no test specified\\" && exit 1","dev":"webpack","publish":"webpack && npm publish"},"keywords":["Dubbo-Desktop-Manager","ddm-plugin","ddm"],"author":"qiaolin","license":"ISC","devDependencies":{"@babel/core":"^7.24.7","babel-cli":"^6.26.0","babel-loader":"^8.2.5","css-loader":"^6.11.0","js-yaml":"^4.1.0","json-bigint":"^1.0.0","moment":"^2.29.1","node-zookeeper-client":"^1.1.1","qs":"^6.11.0","style-loader":"^3.3.4","telnet-stream":"^1.0.5","urijs":"^1.19.11","vue":"^2.6.11","vue-loader":"15.11.1","vue-style-loader":"^4.1.3","vue-template-compiler":"^2.6.11","webpack":"^5.92.1","webpack-cli":"^5.1.4"},"dependencies":{"canvas-confetti":"^1.9.3","ddm-plugin-dubbo-support":"file:"}}');
|
|
660
660
|
|
|
661
661
|
/***/ }),
|
|
662
662
|
/* 11 */
|