develop branch, you can try it before building from source code
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
Start
mvn --projects dubbo-admin-server spring-boot:runcd dubbo-admin-distribution/target; java -jar dubbo-admin-0.1.jarVisit 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-ui/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 admin is under the Apache 2.0 license, Version 2.0. See LICENSE for full license text.
Content type
Image
Digest
Size
163.6 MB
Last updated
over 6 years ago
docker pull jackieqiu/dubbo-admin