Commit 1d2edc1d authored by Stephane Nicoll's avatar Stephane Nicoll

Fix wrong reference to WebApplicationType

Closes gh-13195
parent ce3bd326
...@@ -261,7 +261,7 @@ by implementing `ApplicationContextAware` or, if the listener is a bean, by usin ...@@ -261,7 +261,7 @@ by implementing `ApplicationContextAware` or, if the listener is a bean, by usin
[[boot-features-web-environment]] [[boot-features-web-environment]]
=== Web Environment === Web Environment
A `SpringApplication` attempts to create the right type of `ApplicationContext` on your A `SpringApplication` attempts to create the right type of `ApplicationContext` on your
behalf. The algorithm used to determine a `WebEnvironmentType` is fairly simple: behalf. The algorithm used to determine a `WebApplicationType` is fairly simple:
* If Spring MVC is present, an `AnnotationConfigServletWebServerApplicationContext` is * If Spring MVC is present, an `AnnotationConfigServletWebServerApplicationContext` is
used used
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment