| commit | 8037cfcf052d70c4182359154e0c1c90cb4ef07d | [log] [tgz] |
|---|---|---|
| author | Crazylychee <110229037+Crazylychee@users.noreply.github.com> | Sat Aug 09 16:04:52 2025 +0800 |
| committer | GitHub <noreply@github.com> | Sat Aug 09 16:04:52 2025 +0800 |
| tree | 439dce4d6b0c5c3fb03a7d3355219d039709d13d | |
| parent | bd9f3e6b3944f5b8f29c39c3e8d79bc29cb41666 [diff] |
[ISSUE #353] fix Actuator vulnerability issues (#354) * [ISSUE #348] fix Some interaction issues with the consumer interface * commit * [ISSUE #353] fix Actuator vulnerability issues * [ISSUE #353] fix Actuator vulnerability issues * commit
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 8082:8082 -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