зеркало из https://github.com/SteeltoeOSS/Samples.git
…
|
||
---|---|---|
.. | ||
src | ||
README.md |
README.md
Steeltoe Configuration Sample Applications
This repo tree contains several samples illustrating how to use the Steeltoe Configuration providers.
- src/AspDotNetCore/Simple - ASP.NET Core sample app illustrating how to use Spring Cloud Config Server as a configuration source.
- src/AspDotNetCore/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/AspDotNetCore/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. - src/AspDotNet4/Simple - same as AspDotNetCore/Simple but built for ASP.NET MVC
- src/AspDotNet4/SimpleCloudFoundry - same as AspDotNetCore/SimpleCloudFoundry, but built for ASP.NET MVC.
- src/AspDotNet4/AutofacCloudFoundry -same as AspDotNet4/SimpleCloudFoundry, but built using Autofac IOC container.
Building & Running
See the Readme for instructions on building and running each app.