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
@@ -77,26 +74,23 @@ The resources loaded into the Configuration can be overridden via [configuration
77
74
78
75
### Include resources
79
76
Other property files can be included from other predefined property files.
80
-
If the "include" property is defined, it is treated as a (comma-separated) list of additional resources to load that are processed immediately within the current resource being loaded
81
-
82
-
Variable substitution is not allowed for the resource name(s)
77
+
If the "include" property is defined, it is treated as a (comma-separated) list of additional resources (classpath resource or a URL)
78
+
to load that are processed immediately within the current resource being loaded
Other property files can be included from the predefined property file after the current set has loaded.
90
-
If this property is defined, it is taken as a (comma-separated) list of additional resources to load that are processed after the current (set of) resources have loaded.
91
-
92
-
Variable substitution is allowed for the resource name(s)
86
+
If this property is defined, it is treated as a (comma-separated) list of additional resources (classpath resource or a URL)
87
+
to load that are processed after the current (set of) resources have loaded.
0 commit comments