소스 검색

Update RestAuthenticationEntryPoint.java

macro 2 년 전
부모
커밋
32e7ea3e56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mall-security/src/main/java/com/macro/mall/security/component/RestAuthenticationEntryPoint.java

+ 1 - 1
mall-security/src/main/java/com/macro/mall/security/component/RestAuthenticationEntryPoint.java

@@ -12,7 +12,7 @@ import javax.servlet.http.HttpServletResponse;
 import java.io.IOException;
 
 /**
- * 自定义返回结果:未登录或登录过期
+ * 自定义未登录或者token失效时的返回结果
  * Created by macro on 2018/5/14.
  */
 public class RestAuthenticationEntryPoint implements AuthenticationEntryPoint {