- Vue.js and Vuetify
- dubbo-admin-frontend/README.md for more detail
- Standard spring boot project
-
Clone source code on develop branch
git clone https://github.com/apache/incubator-dubbo-ops.git
-
Specify registry address in
dubbo-admin-backend/src/resources/application-production.properties
-
Build
mvn clean package
-
Start
mvn --projects dubbo-admin-backend spring-boot:run
-
Visit
http://localhost:8080
- Run backend project
backend is a standard spring boot project, you can run it in any java IDE - Run frontend project
run withnpm run dev
. - visit web page
visithttp://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 requestlocalhost:8080
to fetch data, this will cause a CORS problem, so we add a configuration indubbo-admin-frontend/config/index.js
to support CORS. this config will activated undernpm run dev
mode.
Once deployed, you can check http://localhost:8080/swagger-ui.html to check all restful api and models
Apache Dubbo ops is under the Apache 2.0 license, Version 2.0. See LICENSE for full license text.