v1.18.0 更新

This commit is contained in:
shengzhang
2021-04-24 00:53:39 +08:00
parent 4ee161031f
commit d01db3442b
27 changed files with 53 additions and 36 deletions

View File

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

View File

@@ -136,7 +136,7 @@ public class SaReactorFilter implements WebFilter {
/**
* 写入[前置函数]:在每次[认证函数]之前执行
* @param auth see note
* @param beforeAuth see note
* @return 对象自身
*/
public SaReactorFilter setBeforeAuth(SaFilterAuthStrategy beforeAuth) {