You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/10/18 02:04:05 UTC

[GitHub] nzomkxia closed pull request #142: Update README(A description of several different profiles)

nzomkxia closed pull request #142:  Update README(A description of several different profiles)
URL: https://github.com/apache/incubator-dubbo-ops/pull/142
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org