Import profile specific files in correct order
Update `StandardConfigDataLoader` to mark profile specific files with
`Option.PROFILE` so that they are added in the correct order. This is
a variation of the same issue described in commit 5774ea3f0c
.
Closes gh-26400
Co-authored-by: Scott Frederick <sfrederick@vmware.com>
Co-authored-by: Madhura Bhave <mbhave@vmware.com>
pull/26435/head
parent
922517c0e5
commit
fef62f784a
@ -0,0 +1 @@
|
||||
my.value=notimported-dev
|
@ -0,0 +1 @@
|
||||
my.value=iwasimported-dev
|
@ -0,0 +1 @@
|
||||
my.value=iwasimported
|
@ -0,0 +1,2 @@
|
||||
spring.config.import=classpath:application-import-with-profile-variant-imported.properties
|
||||
my.value=notimported
|
Loading…
Reference in New Issue