优化核心包代码注释 & 彩色日志打印

This commit is contained in:
click33
2023-05-08 13:47:59 +08:00
parent 31476cb5a0
commit 21edf27743
383 changed files with 2832 additions and 2033 deletions

View File

@@ -25,7 +25,7 @@ import cn.hutool.jwt.JWT;
/**
* Sa-Token 整合 jwtmixin 模式 测试
*
* @author kong
* @author click33
*
*/
@SpringBootTest(classes = StartUpApplication.class)

View File

@@ -19,7 +19,7 @@ import cn.hutool.jwt.JWT;
/**
* Sa-Token 整合 jwtSimple 模式 测试
*
* @author kong
* @author click33
*
*/
//@RunWith(SpringRunner.class)

View File

@@ -21,7 +21,7 @@ import cn.hutool.jwt.JWT;
/**
* Sa-Token 整合 jwtstateless 模式 测试
*
* @author kong
* @author click33
*
*/
@SpringBootTest(classes = StartUpApplication.class)