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
Property binding performed in the child management context, for example through @EnableConfigurationProperties on a @ManagementContextConfiguration(ManagementContextType.CHILD) class, ignores the parent's environment prefix. It appears to be lost in ManagementContextFactory when creating the environment for the child context.