Spring request scope bean
Try this
@Scope(value="request", proxyMode= ScopedProxyMode.TARGET_CLASS)
For more details see this blog post.
Try this
@Scope(value="request", proxyMode= ScopedProxyMode.TARGET_CLASS)
For more details see this blog post.