Change API to restful (#135)

Examples: https://restfulapi.net/rest-api-design-tutorial-with-example/
3 files changed
tree: a4cdb04680ef08115613c381470145558f660edf
  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

Build setup

# build
mvn clean install

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

# visit
localhost:8080