Skip to content

Commit

Permalink
mall-security注释修改
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Nov 30, 2019
1 parent 28dc389 commit 21dba8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import java.io.IOException;

/**
* 当未登录或者token失效访问接口时,自定义的返回结果
* 自定义返回结果:未登录或登录过期
* Created by macro on 2018/5/14.
*/
public class RestAuthenticationEntryPoint implements AuthenticationEntryPoint {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import java.io.IOException;

/**
* 当访问接口没有权限时,自定义的返回结果
* 自定义返回结果:没有权限访问时
* Created by macro on 2018/4/26.
*/
public class RestfulAccessDeniedHandler implements AccessDeniedHandler{
Expand Down

0 comments on commit 21dba8d

Please sign in to comment.