mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-05-14 12:52:08 +08:00
优化核心包代码注释 & 彩色日志打印
This commit is contained in:
@@ -25,7 +25,7 @@ import cn.hutool.jwt.JWT;
|
||||
/**
|
||||
* Sa-Token 整合 jwt:mixin 模式 测试
|
||||
*
|
||||
* @author kong
|
||||
* @author click33
|
||||
*
|
||||
*/
|
||||
@SpringBootTest(classes = StartUpApplication.class)
|
||||
|
||||
@@ -19,7 +19,7 @@ import cn.hutool.jwt.JWT;
|
||||
/**
|
||||
* Sa-Token 整合 jwt:Simple 模式 测试
|
||||
*
|
||||
* @author kong
|
||||
* @author click33
|
||||
*
|
||||
*/
|
||||
//@RunWith(SpringRunner.class)
|
||||
|
||||
@@ -21,7 +21,7 @@ import cn.hutool.jwt.JWT;
|
||||
/**
|
||||
* Sa-Token 整合 jwt:stateless 模式 测试
|
||||
*
|
||||
* @author kong
|
||||
* @author click33
|
||||
*
|
||||
*/
|
||||
@SpringBootTest(classes = StartUpApplication.class)
|
||||
|
||||
Reference in New Issue
Block a user