Skip to content

Commit e5d24fc

Browse files
authored
Update 27.3.3 The EmbeddedWebApplicationContext.md
1 parent bd56518 commit e5d24fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### 27.3.3 EmbeddedWebApplicationContext
22

3-
Spring Boot底层使用了一个新的ApplicationContext类型,用于对内嵌servlet容器的支持。EmbeddedWebApplicationContext是一个特殊类型的WebApplicationContext,它通过搜索一个单一的EmbeddedServletContainerFactory bean来启动自己。通常,TomcatEmbeddedServletContainerFactory,JettyEmbeddedServletContainerFactory或UndertowEmbeddedServletContainerFactory将被自动配置
3+
Spring Boot底层使用一种新的`ApplicationContext`类型,用于对内嵌servlet容器的支持。`EmbeddedWebApplicationContext`是一种特殊类型的`WebApplicationContext`,它通过搜索到的单个`EmbeddedServletContainerFactory` bean来启动自己,通常`TomcatEmbeddedServletContainerFactory``JettyEmbeddedServletContainerFactory``UndertowEmbeddedServletContainerFactory`将被自动配置
44

5-
****:你通常不需要知道这些实现类。大多数应用将被自动配置,并根据你的行为创建合适的ApplicationContext和EmbeddedServletContainerFactory
5+
**** 通常你不需要知道这些实现类,大部分应用都能被自动配置,并根据你的行为创建合适的`ApplicationContext``EmbeddedServletContainerFactory`

0 commit comments

Comments
 (0)