Skip to content

Latest commit

 

History

History
executable file
·
18 lines (12 loc) · 1.63 KB

README.md

File metadata and controls

executable file
·
18 lines (12 loc) · 1.63 KB

Steeltoe Configuration Sample Applications

This repo tree contains sample apps illustrating how to use the Steeltoe Configuration provider packages.

  • 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 and VCAP_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 and VCAP_SERVICES environment variables as configuration data.
  • src/AspDotNet4/Simple - same as AspDotNetCore/Simple but built for ASP.NET 4.x
  • src/AspDotNet4/SimpleCloudFoundry - same as AspDotNetCore/SimpleCloudFoundry, but built for ASP.NET 4.x.
  • 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.


See the Official Steeltoe Configuration Documentation for a more in-depth walkthrough of the samples and more detailed information