@At("/") @RequiresUser @GET @Ok("jsp:jsp.user.profile") public UserProfile index(@Attr(scope=Scope.SESSION, value="me")int userId) { return get(userId); }
总是跳转到user/login,如何更改跳转页面?
在MainSetup.init方法内, 加上
NutShiro.DefaultNoAuthURL = "你要用的地址"