commit | ef72d164c2103119d084c61b040255c4e1a9738b | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Jun 14 22:32:22 2023 +0000 |
committer | GitHub <noreply@github.com> | Wed Jun 14 22:32:22 2023 +0000 |
tree | dfa992ef74d51c818c613ce079f8baf272a5bb58 | |
parent | 6456630324e3ff22217a6da221a64c09bea82a72 [diff] |
Bump guava from 29.0-jre to 32.0.0-jre Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@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