v1.19.0 更新

This commit is contained in:
shengzhang
2021-05-10 01:29:56 +08:00
parent 0a7a8138b3
commit 041294e790
34 changed files with 57 additions and 53 deletions

View File

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

View File

@@ -6,6 +6,7 @@ package cn.dev33.satoken.fun;
* @author kong
*
*/
@FunctionalInterface
public interface SaFunction {
/**

View File

@@ -9,6 +9,7 @@ import cn.dev33.satoken.context.model.SaResponse;
* @author kong
*
*/
@FunctionalInterface
public interface SaRouteFunction {
/**

View File

@@ -13,7 +13,7 @@ public class SaTokenConsts {
/**
* sa-token 当前版本号
*/
public static final String VERSION_NO = "v1.18.0";
public static final String VERSION_NO = "v1.19.0";
/**
* sa-token 开源地址