Example usage for org.springframework.boot.web.context ConfigurableWebServerApplicationContext interface-usage

List of usage examples for org.springframework.boot.web.context ConfigurableWebServerApplicationContext interface-usage

Introduction

In this page you can find the example usage for org.springframework.boot.web.context ConfigurableWebServerApplicationContext interface-usage.

Usage

From source file org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.java

/**
 * A {@link WebApplicationContext} that can be used to bootstrap itself from a contained
 * {@link ServletWebServerFactory} bean.
 * <p>
 * This context will create, initialize and run an {@link WebServer} by searching for a
 * single {@link ServletWebServerFactory} bean within the {@link ApplicationContext}