spring-framework/framework-docs/modules/ROOT/pages/web/webmvc/mvc-config.adoc

19 lines
836 B
Plaintext
Raw Normal View History

2023-04-19 23:26:16 +08:00
[[mvc-config]]
= MVC Config
:page-section-summary-toc: 1
2023-04-19 23:26:16 +08:00
2023-04-19 23:26:17 +08:00
[.small]#xref:web/webflux/dispatcher-handler.adoc#webflux-framework-config[See equivalent in the Reactive stack]#
2023-04-19 23:26:16 +08:00
The MVC Java configuration and the MVC XML namespace provide default configuration
suitable for most applications and a configuration API to customize it.
For more advanced customizations, which are not available in the configuration API,
2023-04-19 23:26:17 +08:00
see xref:web/webmvc/mvc-config/advanced-java.adoc[Advanced Java Config] and xref:web/webmvc/mvc-config/advanced-xml.adoc[Advanced XML Config].
2023-04-19 23:26:16 +08:00
You do not need to understand the underlying beans created by the MVC Java configuration
2023-04-19 23:26:17 +08:00
and the MVC namespace. If you want to learn more, see xref:web/webmvc/mvc-servlet/special-bean-types.adoc[Special Bean Types]
and xref:web/webmvc/mvc-servlet/config.adoc[Web MVC Config].
2023-04-19 23:26:16 +08:00