| commit | 68e9a7b6caa8147d2c6596f73090fa2ee87691db | [log] [tgz] | 
|---|---|---|
| author | walking98 <wiseking.wq@gmail.com> | Thu May 09 20:26:29 2019 +0800 | 
| committer | walking98 <wiseking.wq@gmail.com> | Thu May 09 20:26:29 2019 +0800 | 
| tree | 20021fd9921fecb6db700d4df41794e97cd7acc4 | |
| parent | daa1cb663855eef8f4f3a44abbec9a886d16e0af [diff] | 
Enable check config for System topic
mvn clean package -Dmaven.test.skip=true docker:build
or
docker pull styletang/rocketmq-console-ng
docker run -e "JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876 -Dcom.rocketmq.sendMessageWithVIPChannel=false" -p 8080:8080 -t styletang/rocketmq-console-ng
require java 1.7
mvn spring-boot:run
or
mvn clean package -Dmaven.test.skip=true java -jar target/rocketmq-console-ng-1.0.0.jar
if you download package slow,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>
if you use the rocketmq < 3.5.8,please add -Dcom.rocketmq.sendMessageWithVIPChannel=false when you start rocketmq-console-ng(or you can change it in ops page)
change the rocketmq.config.namesrvAddr in resource/application.properties.(or you can change it in ops page)