Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否不仅可以从 spring 配置服务器加载 appconfig.json ,还可以加载其他文件。例如,我有一个 .html 格式的模板。我可以以某种方式从 spring 服务器中获取它们以及 appsettings 文件吗?可能 Steeltoe 知道该怎么做?
Steeltoe 确实为 Spring Cloud Config Server 提供了一个配置提供程序,它允许您将配置值从任何受支持的文件格式映射到键值对,并且有多种策略可以将多个配置文件分层,但我认为不会有支持 .html 文件。
如果您正在寻找一种使用版本控制模板的方法,为什么不直接从 git 存储库中读取,而不是将配置服务器放在中间呢?