How to configure Spring Boot app to use config server for a profile and local property file for other?
I am working with a Java Spring Boot application (Spring boot version 3.x.x) that used the legacy way of configuring connection to the config server via the bootstrap.yml file.