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

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

majinkai commented on issue #128: develop是不是还是个半成品
URL: https://github.com/apache/incubator-dubbo-ops/issues/128#issuecomment-428851647
 
 
   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,谢谢 :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org