Simple overview of use/purpose.
This describe multiple ways to use environment variables in your spring boot project. It's a great way to use secrets in your application without storing the secrets in source control.
- Requires an environment variable be created to test
Setup IntelliJ with the environment variable "MYENVVAR"
- Open "Edit Configurations" dialog > Expand "Environement" > Add new environment variable "MYENVVAR"
- Run program to see environment variables outputed to console window
If no environment variables are displaying or the default is displaying remember to setup the environment variables in your IDE.
@dedjer
- 0.1
- Initial Release
This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details
Inspiration, code snippets, etc.