Browse Source
Update `ConfigFileApplicationListener` so that active profiles set in properties files that overlap with `spring.profiles.default` can still be set. Prior to this commit if `spring.profiles.active` happened to specify a profile name that was also in `spring.profiles.default` it would not get applied. Fixes gh-6833pull/6891/merge
4 changed files with 15 additions and 3 deletions
@ -1 +1,2 @@
@@ -1 +1,2 @@
|
||||
spring.profiles.include=specific |
||||
customprofile-customdefault=true |
||||
|
||||
Loading…
Reference in new issue