Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE #680] Update 04Dashboard.md #681

Open
wants to merge 1 commit into
base: new-official-website
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ $ java -jar target/rocketmq-dashboard-1.0.1-SNAPSHOT.jar
再次启动:执行 ②

**tips**:下载后的源码需要上传到 Linux 系统上编译,本地编译可能会报错。
运行时加上--rocketmq.config.namesrvAddr=localhost:9876 参数,否则会报错连接null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The address of name server is not always localhost:9876, it should be determined case by case.


## 使用教程

Expand Down
Loading