parent
d26265420a
commit
8af3eb1aea
|
|
@ -44,7 +44,7 @@ Kotlin::
|
||||||
----
|
----
|
||||||
======
|
======
|
||||||
|
|
||||||
NOTE: When using Spring Boot, you may want to use `@Configuration` class of type `WebFluxConfigurer` but without
|
NOTE: When using Spring Boot, you may want to use `@Configuration` classes of type `WebFluxConfigurer` but without
|
||||||
`@EnableWebFlux` to keep Spring Boot WebFlux customizations. See more details in
|
`@EnableWebFlux` to keep Spring Boot WebFlux customizations. See more details in
|
||||||
xref:#webflux-config-customize[the WebFlux config API section] and in
|
xref:#webflux-config-customize[the WebFlux config API section] and in
|
||||||
{spring-boot-docs}/web.html#web.reactive.webflux.auto-configuration[the dedicated Spring Boot documentation].
|
{spring-boot-docs}/web.html#web.reactive.webflux.auto-configuration[the dedicated Spring Boot documentation].
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ You can use the `@EnableWebMvc` annotation to enable MVC configuration with prog
|
||||||
|
|
||||||
include-code::./WebConfiguration[tag=snippet,indent=0]
|
include-code::./WebConfiguration[tag=snippet,indent=0]
|
||||||
|
|
||||||
NOTE: When using Spring Boot, you may want to use `@Configuration` class of type `WebMvcConfigurer` but without `@EnableWebMvc` to keep Spring Boot MVC customizations. See more details in xref:web/webmvc/mvc-config/customize.adoc[the MVC Config API section] and in {spring-boot-docs}/web.html#web.servlet.spring-mvc.auto-configuration[the dedicated Spring Boot documentation].
|
NOTE: When using Spring Boot, you may want to use `@Configuration` classes of type `WebMvcConfigurer` but without `@EnableWebMvc` to keep Spring Boot MVC customizations. See more details in xref:web/webmvc/mvc-config/customize.adoc[the MVC Config API section] and in {spring-boot-docs}/web.html#web.servlet.spring-mvc.auto-configuration[the dedicated Spring Boot documentation].
|
||||||
|
|
||||||
The preceding example registers a number of Spring MVC
|
The preceding example registers a number of Spring MVC
|
||||||
xref:web/webmvc/mvc-servlet/special-bean-types.adoc[infrastructure beans] and adapts to dependencies
|
xref:web/webmvc/mvc-servlet/special-bean-types.adoc[infrastructure beans] and adapts to dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue