Versions Compared

Key

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

...

Code Block
titlesetenv.bat (Windows)
set CATALINA_OPTS=%CATALINA_OPTS% -Dspring.config.additional-location=D:/config/
Code Block
titlesetenv.sh (Unix)
export CATALINA_OPTS=$CATALINA_OPTS -Dspring.config.additional-location=/config/
Info

Make sure you always end the value of the spring.config.location with a: /

...