v1.15更新

This commit is contained in:
shengzhang
2021-03-23 02:24:37 +08:00
parent c574e7f8d7
commit a8117a8021
30 changed files with 362 additions and 170 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-parent</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</parent>
<packaging>jar</packaging>

View File

@@ -40,7 +40,7 @@ public class SaTokenServletSpringImpl implements SaTokenServlet {
/**
* 获取路由匹配器
* @param pathMatcher 路由匹配器
* @return 路由匹配器
*/
public static PathMatcher getPathMatcher() {
if(pathMatcher == null) {