diff --git a/IV. Spring Boot features/22.5. Web environment.md b/IV. Spring Boot features/22.5. Web environment.md index cc80469..3142e4e 100644 --- a/IV. Spring Boot features/22.5. Web environment.md +++ b/IV. Spring Boot features/22.5. Web environment.md @@ -1,4 +1,4 @@ - ### 22.5. Web环境 +### 22.5. Web环境 一个SpringApplication将尝试为你创建正确类型的ApplicationContext。在默认情况下,使用AnnotationConfigApplicationContext或AnnotationConfigEmbeddedWebApplicationContext取决于你正在开发的是否是web应用。