在 Spring MVC 应用程序中,我使用了一个独特的控制器,用户在其中填充他们的会话信息(我正在使用 @SessionAttributes("Form") )。
1) It looks that it works fine, but is it the right way to do things ?
2) I would like to share some data between users, how could I do that ?
在 Spring MVC 应用程序中,我使用了一个独特的控制器,用户在其中填充他们的会话信息(我正在使用 @SessionAttributes("Form") )。
1) It looks that it works fine, but is it the right way to do things ?
2) I would like to share some data between users, how could I do that ?