mall-gateway注释修改

This commit is contained in:
macro
2023-10-18 16:43:24 +08:00
parent fa951b4bcd
commit 56f01a3b14
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ import reactor.core.publisher.Mono;
import java.nio.charset.Charset;
/**
* 自定义返回结果:没有登录或token过期时
* 自定义登录或token失效时的返回结果
* Created by macro on 2020/6/18.
*/
@Component

View File

@@ -17,7 +17,7 @@ import java.nio.charset.Charset;
/**
* 自定义返回结果:没有权限访问时
* 自定义无权限访问的返回结果
* Created by macro on 2018/4/26.
*/
@Component

View File

@@ -17,7 +17,7 @@ import java.net.URI;
import java.util.List;
/**
* 白名单路径访问时需要移除JWT请求头
* 白名单路径访问时移除JWT请求头的过滤器
* Created by macro on 2020/7/24.
*/
@Component