简体   繁体   中英

Does spring support loading bootstrap.yml file from spring cloud config/http url?

Does spring support loading bootstrap.yml file from spring cloud config/http url? Or does it require the bootstrap file to be present in the classpath?

bootstrap.yml cannot be loaded from the Spring Cloud Config Server. bootstrap.yml gets used to populate the bootstrap context, which in turn is used to populate the application context with the configuration properties coming from Spring Cloud Config Server. bootstrap.yml must be available to the Spring Boot application locally (classpath, local file...).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM