mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
Typo
See gh-22154
This commit is contained in:
@@ -1363,7 +1363,7 @@ explicitly configure class-based proxying. For example, with `@EnableTransaction
|
||||
you can change to `@EnableTransactionManagement(proxyTargetClass = true)`, and with
|
||||
`<tx:annotation-driven/>` you can change to `<tx:annotation-driven proxy-target-class="true"/>`.
|
||||
|
||||
NOTE: Keep in mind that as of 6.0, with interface proxying, Spring MVC no longer detects
|
||||
NOTE: Keep in mind that as of 6.0, with interface proxying, Spring WebFlux no longer detects
|
||||
controllers based solely on a type-level `@RequestMapping` annotation on the interface.
|
||||
Please, enable class based proxying, or otherwise the interface must also have an
|
||||
`@Controller` annotation.
|
||||
|
||||
Reference in New Issue
Block a user