hanqingsong 9a9979d12b first commit | 9 months ago | |
---|---|---|
.github | 9 months ago | |
docs | 9 months ago | |
frontend | 9 months ago | |
src | 9 months ago | |
style | 9 months ago | |
.asf.yaml | 9 months ago | |
.gitignore | 9 months ago | |
.travis.yml | 9 months ago | |
LICENSE | 9 months ago | |
NOTICE | 9 months ago | |
README.md | 9 months ago | |
package-lock.json | 9 months ago | |
pom.xml | 9 months ago |
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
<mirrors>
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
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