commit | d25b6492f5285c49dd360604909904c6ecb5b542 | [log] [tgz] |
---|---|---|
author | Huang YunKun <htynkn@gmail.com> | Tue Feb 23 16:26:27 2021 +0800 |
committer | GitHub <noreply@github.com> | Tue Feb 23 16:26:27 2021 +0800 |
tree | 0ef2fb8a76f88caa4702a94c16e0ed59e7d90b50 | |
parent | 3a26d7a5d8c1fc0921ebe34ffbc3b28a6116c724 [diff] |
Add more tests for zookeeper registry (#696) * fix chinese word issue in screenshot * add test coverage for integration support chinese for integration screenshot * add some unit test * add more ui test * add await for resul showing * use internal screenshot * add png for screenshot
service governance follows the version of Dubbo 2.7, and compatible for Dubbo 2.6, please refer to here
registry =https://registry.npm.taobao.org
to ~/.npmrcClone source code on develop branch git clone https://github.com/apache/dubbo-admin.git
Specify registry address in dubbo-admin-server/src/main/resources/application.properties
Build
mvn clean package -Dmaven.test.skip=true
Start
mvn --projects dubbo-admin-server spring-boot:run
cd dubbo-admin-distribution/target
; java -jar dubbo-admin-0.1.jar
Visit http://localhost:8080
Default username and password is root
npm run dev
.http://localhost:8081
, frontend supports hot reload.Once deployed, you can check http://localhost:8080/swagger-ui.html to check all restful api and models
Apache Dubbo admin is under the Apache 2.0 license, Version 2.0. See LICENSE for full license text.