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
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/external-config.adoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -300,8 +300,8 @@ An import will only be imported once no matter how many times it is declared.
300
300
==== Using "`Fixed`" and "`Import Relative`" Locations
301
301
302
302
Imports may be specified as _fixed_ or _import relative_ locations.
303
-
An fixed location always resolves to the same underlying resource, regardless of the where the configprop:spring.config.import[] property is declared.
304
-
An import relative location resolves relative to file that declares the the configprop:spring.config.import[] property.
303
+
A fixed location always resolves to the same underlying resource, regardless of where the configprop:spring.config.import[] property is declared.
304
+
An import relative location resolves relative to the file that declares the configprop:spring.config.import[] property.
305
305
306
306
A location starting with a forward slash (`/`) or a URL style prefix (`file:`, `classpath:`, etc) is considered fixed.
307
307
All other locations are considered import relative.
0 commit comments