We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0ac42 commit 134d845Copy full SHA for 134d845
src/docs/asciidoc/web/webmvc.adoc
@@ -1259,7 +1259,7 @@ directly to the response body versus view resolution and rendering with an HTML
1259
[[mvc-ann-requestmapping-proxying]]
1260
==== AOP Proxies
1261
1262
-In some cases, you many need to decorate a controller with an AOP proxy at runtime.
+In some cases, you may need to decorate a controller with an AOP proxy at runtime.
1263
One example is if you choose to have `@Transactional` annotations directly on the
1264
controller. When this is the case, for controllers specifically, we recommend
1265
using class-based proxying. This is typically the default choice with controllers.
0 commit comments