how to manage spring-cloud bootstrap properties in a shared library?
问题 I'm in the process of building a library which provides an opinionated configuration for applications which use our Spring Cloud Config/Eureka setup. The idea is to deliver this configuration as a custom starter with little or no spring cloud-related boilerplate in individual microservice apps. At this point, the majority of the shared configuration that I want to put in this library consists of stuff in bootstrap.yml . I'd like to provide bootstrap.yml in my custom starter, but applications