You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "majinkai (GitHub)" <gi...@apache.org> on 2018/10/11 07:33:45 UTC

[GitHub] [incubator-dubbo-ops] majinkai commented on issue #128: develop是不是还是个半成品

develop版本目前还在持续开发中,是最新的代码,请使用JDK8+,最新的提交基本都没什么问题,是可以跑通的,功能还在一步步实现功能,具体启动步骤如下:

1. 用develop分支Clone代码
2. 修改dubbo-admin-backend/src/resources/application.properties中的zk地址,指向你的注册中心
3. 执行mvn clean package
4. 执行mvn --projects dubbo-admin-backend spring-boot:run
5. 访问http://localhost:8080

如发现问题,麻烦您给我们提交issues,谢谢 :)

[ Full content available at: https://github.com/apache/incubator-dubbo-ops/issues/128 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org