This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new 65e0900 Update README(A description of several different profiles)
(#142)
65e0900 is described below
commit 65e0900f3b3df18b7dd2ee2ced8168a3cac53353
Author: Zhiguo.Chen <[email protected]>
AuthorDate: Thu Oct 18 10:04:03 2018 +0800
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
---
README.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.md b/README.md
index ae58832..0f1efca 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,15 @@
* 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
``` bash