Table of Contents

Class SpringBootHostBuilderExtensions

Namespace
Steeltoe.Extensions.Configuration.SpringBoot
Assembly
Steeltoe.Extensions.Configuration.SpringBootCore.dll
public static class SpringBootHostBuilderExtensions
Inheritance
SpringBootHostBuilderExtensions
Inherited Members

Methods

AddSpringBootConfiguration(IWebHostBuilder)

Sets up the configuration provider in spring boot style '.' separated values in CommandLine or as SPRING_APPLICATION_JSON Environment variable

public static IWebHostBuilder AddSpringBootConfiguration(this IWebHostBuilder builder)

Parameters

builder IWebHostBuilder

IWebHostBuilder

Returns

IWebHostBuilder

The same instance of the IWebHostBuilder for chaining.

AddSpringBootConfiguration(IHostBuilder)

Sets up the configuration provider in spring boot style '.' separated values in CommandLine or as SPRING_APPLICATION_JSON Environment variable

public static IHostBuilder AddSpringBootConfiguration(this IHostBuilder builder)

Parameters

builder IHostBuilder

IHostBuilder

Returns

IHostBuilder

The same instance of the IHostBuilder for chaining.