ShuaiJunlan / incubator-dubbo-ops

The ops and reference implementation for Apache Dubbo (incubating)

Home Page:https://dubbo.incubator.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dubbo ops

Screenshot

index

Frontend

Backend

Configuration files (Before packaging application, make sure the correct profile in the MAVEN profiles was selected)

  • application.properties
    The generic configuration, it's permanent.
  • application-develop.properties
    The configuration for develop, it will be work when you use Maven's develop Profile.
  • application-production.properties (default) The configuration for production, it will be work when you use Maven's production Profile. Meanwhile, it's maven's default profile in this project.

Build setup

  1. Clone source code on develop branch
  2. Specify registry address in dubbo-admin-backend/src/resources/application-production.properties
  3. Build mvn clean package
  4. Start mvn --projects dubbo-admin-backend spring-boot:run
  5. Visit http://localhost:8080

License

Apache Dubbo ops is under the Apache 2.0 license, Version 2.0. See LICENSE for full license text.

About

The ops and reference implementation for Apache Dubbo (incubating)

https://dubbo.incubator.apache.org

License:Apache License 2.0


Languages

Language:Java 84.8%Language:Vue 10.1%Language:JavaScript 3.7%Language:CSS 1.2%Language:HTML 0.2%