diff --git a/IX. ‘How-to’ guides/65.7. Switch off the Default MVC configuration.md b/IX. ‘How-to’ guides/65.7. Switch off the Default MVC configuration.md index e69de29..c1db458 100644 --- a/IX. ‘How-to’ guides/65.7. Switch off the Default MVC configuration.md +++ b/IX. ‘How-to’ guides/65.7. Switch off the Default MVC configuration.md @@ -0,0 +1,3 @@ +### 65.7. 关闭默认的MVC配置 + +完全控制MVC配置的最简单方式是提供你自己的被`@EnableWebMvc`注解的`@Configuration`。这样所有的MVC配置都逃不出你的掌心。