#if(session.user!=null)
这样写就会报错
"session" can not be null for accessed by "session.user"
请教一下应该如何使用哈?
me.add(new SessionInViewInterceptor());