mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-10 11:40:01 +08:00
Update to be compitable with the latest spring and rocketmq release version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## RocketMQ-Console-Ng[](https://travis-ci.org/apache/rocketmq-externals) [](https://coveralls.io/github/rocketmq/rocketmq-console-ng?branch=master)
|
||||
## RocketMQ-Console-NG [](https://coveralls.io/github/rocketmq/rocketmq-console-ng?branch=master)
|
||||
[](https://www.apache.org/licenses/LICENSE-2.0.html)
|
||||
## How To Install
|
||||
|
||||
@@ -13,7 +13,7 @@ mvn clean package -Dmaven.test.skip=true docker:build
|
||||
or
|
||||
|
||||
```
|
||||
docker pull styletang/rocketmq-console-ng
|
||||
docker pull apacherocketmq/rocketmq-console-ng
|
||||
```
|
||||
* run it (change namesvrAddr and port yourself)
|
||||
|
||||
@@ -22,14 +22,14 @@ docker run -e "JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876 -Dcom.rocketmq.s
|
||||
```
|
||||
|
||||
### Without Docker
|
||||
require java 1.7
|
||||
require java 1.8+
|
||||
```
|
||||
mvn spring-boot:run
|
||||
```
|
||||
or
|
||||
```
|
||||
mvn clean package -Dmaven.test.skip=true
|
||||
java -jar target/rocketmq-console-ng-1.0.1.jar
|
||||
java -jar target/rocketmq-console-ng-2.0.0.jar
|
||||
```
|
||||
|
||||
#### Tips
|
||||
|
Reference in New Issue
Block a user