标签: asp.net-core-2.0 pivotal-cloud-foundry
我试图在PCF上部署ASP.Net Core 2应用程序。保留资源文件以便任何修改都不需要重新部署的最佳做法是什么。
它应该是.resx文件还是.json文件或数据库?
答案 0 :(得分:0)
外部化git仓库中的所有配置。在您的应用程序中集成Spring Cloud Config,以使用Steeltoe读取外部配置。
请查看Steeltoe项目。