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
Resulting Request: http://<config server>/appA,appB/dummy (the profile name doesn't matter here, just the app names)
Describe the bug
Given
spring.application.name: appA,appBspring.profiles.active: dummyWhen
http://<config server>/appA,appB/dummy(the profile name doesn't matter here, just the app names)Then
appBaspropertySources[0]andappAaspropertySources[1]appAaspropertySources[0]andappBaspropertySources[1]This is a problem because:
This affects the override behavior in cases where the same value exists in both
appAandappB's responses