use item id
1 file changed
tree: e59bc40289b2aa42e0bb0bbac9ae2c0fd997ab32
  1. dubbo-admin-backend/
  2. dubbo-admin-frontend/
  3. .gitignore
  4. .travis.yml
  5. pom.xml
  6. README.md
README.md

Dubbo admin

dubbo admin front end and back end index

front end

  • Vue.js and Vuetify
  • dubbo-admin-frontend/README.md for more detail

back end

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-test.properties
    The configuration for test, 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

# build
mvn clean install

# run
mvn --projects dubbo-admin-backend spring-boot:run

# visit
localhost:8080