You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the current configuration is performed using annotations such as @RequestMapping. This is very convenient when building a fixed configuration but isn't flexible particularly towards situations where the controller bean is instantiated more than once.
Examine all uses of annotations to see whether future flexibility requires them to be moved into the equivalent XML configuration.
The text was updated successfully, but these errors were encountered:
Some of the current configuration is performed using annotations such as
@RequestMapping
. This is very convenient when building a fixed configuration but isn't flexible particularly towards situations where the controller bean is instantiated more than once.Examine all uses of annotations to see whether future flexibility requires them to be moved into the equivalent XML configuration.
The text was updated successfully, but these errors were encountered: