Skip to content

Commit 8af3eb1

Browse files
committed
1 parent d262654 commit 8af3eb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

framework-docs/modules/ROOT/pages/web/webflux/config.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Kotlin::
4444
----
4545
======
4646

47-
NOTE: When using Spring Boot, you may want to use `@Configuration` class of type `WebFluxConfigurer` but without
47+
NOTE: When using Spring Boot, you may want to use `@Configuration` classes of type `WebFluxConfigurer` but without
4848
`@EnableWebFlux` to keep Spring Boot WebFlux customizations. See more details in
4949
xref:#webflux-config-customize[the WebFlux config API section] and in
5050
{spring-boot-docs}/web.html#web.reactive.webflux.auto-configuration[the dedicated Spring Boot documentation].

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can use the `@EnableWebMvc` annotation to enable MVC configuration with prog
77

88
include-code::./WebConfiguration[tag=snippet,indent=0]
99

10-
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].
10+
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].
1111

1212
The preceding example registers a number of Spring MVC
1313
xref:web/webmvc/mvc-servlet/special-bean-types.adoc[infrastructure beans] and adapts to dependencies

0 commit comments

Comments
 (0)