Versions Compared

Key

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

...

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

Or by using system environment variables:

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

(warning) Make sure you start the path with "file:" and end the path with a slash!

...