commit | eb51da6ca4fb1fce0dee26b68b78e1de8496e266 | [log] [tgz] |
---|---|---|
author | Crazylychee <110229037+Crazylychee@users.noreply.github.com> | Thu Jun 12 19:57:07 2025 +0800 |
committer | GitHub <noreply@github.com> | Thu Jun 12 19:57:07 2025 +0800 |
tree | fd96ca9d937271a981e7fd8c702e66c465872688 | |
parent | c85aa2e2a91285555907170a711bfbce38697822 [diff] |
Merge branch 'refactor' of github.com:apache/rocketmq-dashboard into refactor (#307) * pref: optimize the response speed of the query api * pref: optimize the response speed of the query api (#273) * Fixing and Adding Unit Tests (#266) (#278) * fix: align top navigation bar styles #279 * fix code style --------- Co-authored-by: icenfly <87740812+icenfly@users.noreply.github.com>
docker pull apacherocketmq/rocketmq-dashboard:latest
rocketmq.namesrv.addr
and port
)docker run -d --name rocketmq-dashboard -e "JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876" -p 8080:8080 -t apacherocketmq/rocketmq-dashboard:latest
mvn spring-boot:run
or
mvn clean package -Dmaven.test.skip=true java -jar target/rocketmq-dashboard-1.0.1-SNAPSHOT.jar
If you download the package slowly, you can change maven‘s mirror(maven’s settings.xml)
<mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror> </mirrors>
Change the rocketmq.config.namesrvAddr in resource/application.properties.(or you can change it in ops page)
We are always very happy to have contributions, whether for trivial cleanups or big new features. Please see the RocketMQ main website to read the details.
Apache License, Version 2.0 Copyright (C) Apache Software Foundation