Page History
...
spring.cloud.config.server.native.searchLocations=file:${spring.config.location:.}
Spring's predefined "native" profile
"native" is one of Spring's predefined profiles that needs to be configured to be able to load the config files from the local classpath or file system.
Overview
Content Tools