Skip to content

Commit 32b8710

Browse files
committed
Typo
See gh-22154
1 parent 3600644 commit 32b8710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/web/webflux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ explicitly configure class-based proxying. For example, with `@EnableTransaction
13631363
you can change to `@EnableTransactionManagement(proxyTargetClass = true)`, and with
13641364
`<tx:annotation-driven/>` you can change to `<tx:annotation-driven proxy-target-class="true"/>`.
13651365

1366-
NOTE: Keep in mind that as of 6.0, with interface proxying, Spring MVC no longer detects
1366+
NOTE: Keep in mind that as of 6.0, with interface proxying, Spring WebFlux no longer detects
13671367
controllers based solely on a type-level `@RequestMapping` annotation on the interface.
13681368
Please, enable class based proxying, or otherwise the interface must also have an
13691369
`@Controller` annotation.

0 commit comments

Comments
 (0)