Add exception uniform catch and response status specification(#109) (#147)

* Add exception uniform catch and response status specification

* error code for restful api #109

* Revert code for test
12 files changed
tree: 152298810cf0ad4df2416e69518dd08afacdd3ca
  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