Cannot disable Spring Cloud Config via spring.cloud.config.enabled:false
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).