зеркало из https://github.com/SteeltoeOSS/Samples.git
082aec9c27 | ||
---|---|---|
.. | ||
src | ||
README.md |
README.md
Steeltoe Configuration Sample Applications
This repo tree contains several samples illustrating how to use the Steeltoe Configuration providers.
- src/Simple - ASP.NET Core sample app illustrating how to use Spring Cloud Config Server as a configuration source.
- src/SimpleCloudFoundry - ASP.NET Core sample app illustrating how to use Config Server for Pivotal CloudFoundry as a configuration source. It also shows how to access CloudFoundry
VCAP_APPLICATION
andVCAP_SERVICES
environment variables as configuration data. - src/CloudFoundry - ASP.NET Core sample app illustrating how to use the Steeltoe CloudFoundry configuration provider to access CloudFoundry
VCAP_APPLICATION
andVCAP_SERVICES
environment variables as configuration data.
Building & Running
See the Readme for instructions on building and running each app.