Versions Compared

Key

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

...

Instead of editing the <profile>.conf.bat you can also set an system property for the spring.config.additional-location in the standalone.xml:

Code Block
titleWindows
<system-properties>
  <property name="spring.config.additional-location" value="file:///path/to/your/config/"/>
</system-properties>
Code Block
titleUnix
<system-properties>
  <property name="spring.config.additional-location" value="file:/path/to/your/config/"/>
</system-properties>

...