Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move configuration to YAML and configure various environments #135

Open
anandp504 opened this issue Apr 4, 2018 · 1 comment
Open

Move configuration to YAML and configure various environments #135

anandp504 opened this issue Apr 4, 2018 · 1 comment
Labels
legacy Issues reported on the legacy implementations

Comments

@anandp504
Copy link
Contributor

Create a application.yml configuration file and specify configuration for different environments such as dev, staging and test.

@anandp504
Copy link
Contributor Author

All the environments can now be configured from just one application.yml file. The default environment has been set to development environment. There is some more work required to pass the environment as part of the mvn clean install command so that the profile can be set during the build process.

spring:
  profiles.active: dev

@indrajra indrajra added the legacy Issues reported on the legacy implementations label Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
legacy Issues reported on the legacy implementations
Projects
None yet
Development

No branches or pull requests

2 participants