内容简介:spring boot 启动时会对 spring mvc 做自动配置,默认的配置功能在
spring mvc 自动配置
spring boot 启动时会对 spring mvc 做自动配置,默认的配置功能在 org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
中进行了说明。有以下功能:
-
包含
ContentNegotiatingViewResolver和BeanNameViewResolverContentNegotiatingViewResolver BeanNameViewResolver
- 支持对静态资源
-
自动注册
Converter,GenericConverter和FormatterConverter GenericConverter Formatter
- Support for HttpMessageConverters (covered later in this document).
-
自动注册
MessageCodesResolver -
支持静态欢迎首页
index.html - 支持自定义 favicon 图标
-
自动使用
ConfigurableWebBindingInitializer
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 支持向量机(一):支持向量机的分类思想
- Vardump 更新,支持打印各种 Java 数据结构,支持嵌套
- Vardump 更新,支持打印各种 Java 数据结构,支持嵌套
- NutzBoot v2.1.5 添加单元测试支持及 ssdb 支持
- iView 3.1.0 版本:支持 TypeScript,支持 Vue CLI 3
- Mesalink v1.0.0 发布,正式支持 TLS 1.3 和 IPv6,支持CMake编译,支持Windows,实现生产环境可用
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Scalability Rules
Martin L. Abbott、Michael T. Fisher / Addison-Wesley Professional / 2011-5-15 / USD 29.99
"Once again, Abbott and Fisher provide a book that I'll be giving to our engineers. It's an essential read for anyone dealing with scaling an online business." --Chris Lalonde, VP, Technical Operatio......一起来看看 《Scalability Rules》 这本书的介绍吧!