Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepowershell
$ -Dspring.config.additional-location=file:///your/config/dir/

Or by using system environment variables:

Code Block
languagepowershell
$ set spring.config.additional-location=file:///your/config/dir/

(warning) Make sure you end the path with a slash!

...

Instead of reading from file system, you can also read properties from GIT.