我想在spring MVC中设置一个应用程序变量我可以这样做吗
@Scope("globalSession")
public class ApplicationVariable{
public static appVar;
}
这个变量在整个应用程序中都可用吗?或者有没有其他更好的方法来做到这一点?
我想在spring MVC中设置一个应用程序变量我可以这样做吗
@Scope("globalSession")
public class ApplicationVariable{
public static appVar;
}
这个变量在整个应用程序中都可用吗?或者有没有其他更好的方法来做到这一点?