We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spring mvc采用单例模式,这里这样写会导致并发获取request的情况下request混乱问题产生。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
而为了能正常使用这个超类,需要给所有继承了这个超类的Controller都加上注解@scope("prototype")将单例类改为多实例是非常不划算的
No branches or pull requests
spring mvc采用单例模式,这里这样写会导致并发获取request的情况下request混乱问题产生。
The text was updated successfully, but these errors were encountered: