Use code includes and tabs in MVC Config documentation

This commit also refines the documentation related to
`@EnableWebMvc` in order to make it more relevant for modern Boot
applications.

See gh-22171
This commit is contained in:
Sébastien Deleuze
2024-03-29 17:58:01 +01:00
parent db1010f9c9
commit 91bb7d8daf
68 changed files with 1584 additions and 877 deletions

View File

@@ -63,12 +63,16 @@ dependencies {
api(project(":spring-jdbc"))
api(project(":spring-jms"))
api(project(":spring-web"))
api(project(":spring-webmvc"))
api(project(":spring-context-support"))
api("org.jetbrains.kotlin:kotlin-stdlib")
api("jakarta.jms:jakarta.jms-api")
api("jakarta.servlet:jakarta.servlet-api")
api("org.apache.commons:commons-dbcp2:2.11.0")
api("com.mchange:c3p0:0.9.5.5")
api("com.fasterxml.jackson.core:jackson-databind")
api("com.fasterxml.jackson.module:jackson-module-parameter-names")
implementation(project(":spring-core-test"))
implementation("org.assertj:assertj-core")