v1.30.0.RC up

This commit is contained in:
click33
2022-05-01 13:34:46 +08:00
parent 21147043f2
commit abba41b6f7
30 changed files with 38 additions and 35 deletions

View File

@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
* SaFoxUtil 工具类测试
*
* @author kong
* @date: 2022-2-8 22:14:25
* @since: 2022-2-8 22:14:25
*/
public class SaCookieTest {

View File

@@ -9,7 +9,7 @@ import cn.dev33.satoken.session.SaSession;
* SaTokenDao 持久层 测试
*
* @author kong
* @date: 2022-2-9 15:39:38
* @since: 2022-2-9 15:39:38
*/
public class SaTokenDaoTest {

View File

@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
* IsRunFunction 测试
*
* @author kong
* @date: 2022-2-9 16:11:10
* @since: 2022-2-9 16:11:10
*/
public class IsRunFunctionTest {

View File

@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
* BCrypt 加密测试
*
* @author dream.
* @date 2022/1/20
* @since 2022/1/20
*/
public class BCryptTest {

View File

@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
* SaBase64Util 测试
*
* @author kong
* @date: 2022-2-9
* @since: 2022-2-9
*/
public class SaBase64UtilTest {

View File

@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
* SaSecureUtil 加密工具类 测试
*
* @author kong
* @date: 2022-2-9
* @since: 2022-2-9
*/
public class SaSecureUtilTest {

View File

@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
* SaSession 测试
*
* @author kong
* @date: 2022-2-9
* @since: 2022-2-9
*/
public class SaSessionTest {

View File

@@ -11,7 +11,7 @@ import org.junit.jupiter.api.Test;
* SaFoxUtil 工具类测试
*
* @author kong
* @date: 2022-2-8 22:14:25
* @since: 2022-2-8 22:14:25
*/
public class SaFoxUtilTest {

View File

@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
* SaResult 结果集 测试
*
* @author kong
* @date: 2022-2-8 22:14:25
* @since: 2022-2-8 22:14:25
*/
public class SaResultTest {