The config server is needed during bootstrap, and that’s where the parent property sources come from. It looks like all you need to do is move your spring.cloud.config.enabled
property to bootstrap.yml (or .properties).
The config server is needed during bootstrap, and that’s where the parent property sources come from. It looks like all you need to do is move your spring.cloud.config.enabled
property to bootstrap.yml (or .properties).