Hi, all. For development convenience. I added two properties files[1] to distinguish the development environment from the production environment.
[Use] Launch, packaged environment and system configuration (e.g. Whether CORS is allowed) is determined by both MAVEN “profile" and Spring “spring.profiles.active”. So, developers or users can choose profile in MAVEN Profiles list that suit their roles to launch or packaging the application. I have submitted the PR[2]. [1] application-develop.properties, application-production.properties [2] https://github.com/apache/incubator-dubbo-ops/pull/139 Thanks & Best Regards.
