is00hcw / 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

Build Status codecov license

中文说明

Screenshot

index

Frontend

Backend

  • Standard spring boot project

Production Setup

  1. Clone source code on develop branch git clone https://github.com/apache/incubator-dubbo-ops.git

  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


Development Setup

  • Run backend project
    backend is a standard spring boot project, you can run it in any java IDE
  • Run frontend project
    run with npm run dev.
  • visit web page
    visit http://localhost:8081, frontend supports hot reload.
  • CORS problem
    for the convenience of development, we deploy frontend and backend separately, so the frontend supports hot reload. In this mode, frontend will request 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 activated under npm run dev mode.

Swagger support

Once deployed, you can check http://localhost:8080/swagger-ui.html to check all restful api and models

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 83.7%Language:Vue 10.7%Language:JavaScript 4.3%Language:CSS 1.2%Language:HTML 0.2%