You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ConfigurationLoader](https://github.com/BorderTech/java-config/blob/master/src/main/java/com/github/bordertech/config/ConfigurationLoader.java) is the [SPI](https://docs.oracle.com/javase/tutorial/sound/SPI-intro.html) interface for classes that can load a custom configuration.
240
240
241
241
By default, the SPI lookup is enabled and if found, it will create the custom configuration
242
-
242
+
243
243
If the `bordertech.config.spi.append.default` is true the Default Configuration will also be appended to the configuration.
244
244
245
245
### Best Practice
246
246
247
-
When using java-config in a container and setting specific properties for that container instance,
248
-
this can be achieved by property file(s) placed in the container that can be referred to and included within the application at runtime.
247
+
When using java-config in a container and setting specific properties for that container instance,
248
+
this can be achieved by property file(s) placed in the container that can be referred to and included within the application at runtime.
0 commit comments