完善单元测试

This commit is contained in:
click33
2022-09-05 15:23:55 +08:00
parent a8a6bce1a0
commit 973a51bcf3
20 changed files with 324 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ import org.springframework.util.PathMatcher;
*
*/
public class SaPathMatcherHolder {
private SaPathMatcherHolder() {
}
/**
* 路由匹配器

View File

@@ -15,6 +15,9 @@ import cn.dev33.satoken.exception.SaTokenException;
*/
public class SpringMVCUtil {
private SpringMVCUtil() {
}
/**
* 获取当前会话的 request
* @return request