mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-02-27 16:50:24 +08:00
完善单元测试
This commit is contained in:
@@ -9,6 +9,9 @@ import org.springframework.util.PathMatcher;
|
||||
*
|
||||
*/
|
||||
public class SaPathMatcherHolder {
|
||||
|
||||
private SaPathMatcherHolder() {
|
||||
}
|
||||
|
||||
/**
|
||||
* 路由匹配器
|
||||
|
||||
@@ -15,6 +15,9 @@ import cn.dev33.satoken.exception.SaTokenException;
|
||||
*/
|
||||
public class SpringMVCUtil {
|
||||
|
||||
private SpringMVCUtil() {
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取当前会话的 request
|
||||
* @return request
|
||||
|
||||
Reference in New Issue
Block a user