Namespace Steeltoe.Extensions.Configuration.SpringBoot
Classes
- SpringBootCmdProvider
Configuration provider that expands Cmd Line '.' delimited configuration key/value pairs that start with "spring." to .NET compatible form
- SpringBootCmdSource
Configuration source used in creating a SpringBootCmdProvider that translates spring style CommandLine arguments to .NET
- SpringBootEnvProvider
Configuration provider that expands the contents of SPRING_APPLICATION_JSON's Spring-style '.' delimited configuration key/value pairs to .NET compatible form
- SpringBootEnvSource
Configuration source used in creating a SpringBootEnvProvider