Update README(A description of several different profiles) (#142)

* Add cors setting

* Add environment difference and cors setting

* Update README.md

* A description of several different profiles
1 file changed
tree: fe14b9c26b9cb75fa71ddc988e84e90ea69a8fa7
  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