Fix access control `click got null` error (#119)

* add Access Control search/delete/batch delete.

* add Access Control create.

* Change to use one DTO.

* add edit Access Control

* Fix access control `click got null` error
1 file changed
tree: 2ab4a7f52f1d1659f456c6d009b5b02579fdbe98
  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