commit | cd3a22725951fca35775aad02d6ee9caab29b2f3 | [log] [tgz] |
---|---|---|
author | nzomkxia <z82507200@gmail.com> | Mon Jan 28 14:41:39 2019 +0800 |
committer | nzomkxia <z82507200@gmail.com> | Mon Jan 28 14:41:39 2019 +0800 |
tree | c32a167558f8ee7a2da450b69565dbeb8400d6a3 | |
parent | 2dc4729ea10cfdfda32049c0b487b4b6b93841b5 [diff] |
handle service test error
develop
branch, you can try it before building from source codeservice governance follows the version of Dubbo 2.7, and compatible for Dubbo 2.6, please refer to here
mvn -Dmaven.test.skip=true clean -U package
Clone source code on develop branch git clone https://github.com/apache/incubator-dubbo-ops.git
Specify registry address in dubbo-admin-backend/src/main/resources/application-production.properties
Build
mvn clean package
Start
mvn --projects dubbo-admin-backend spring-boot:run
cd dubbo-admin-backend/target
; java -jar dubbo-admin-backend-0.0.1-SNAPSHOT.jar
Visit http://localhost:8080
npm run dev
.http://localhost:8081
, frontend supports hot reload.localhost:8080
to fetch data, this will cause a CORS problem, so we add a configuration in dubbo-admin-frontend/config/index.js
to support CORS. This config will be activated under npm run dev
mode.Once deployed, you can check http://localhost:8080/swagger-ui.html to check all restful api and models
Apache Dubbo ops is under the Apache 2.0 license, Version 2.0. See LICENSE for full license text.