mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-05-14 12:52:08 +08:00
优化核心包代码注释 & 彩色日志打印
This commit is contained in:
@@ -49,7 +49,7 @@ public class SaLogForSlf4j implements SaLog {
|
||||
}
|
||||
@Override
|
||||
public void warn(String str, Object... args) {
|
||||
log.trace(str, args);
|
||||
log.warn(str, args);
|
||||
}
|
||||
@Override
|
||||
public void error(String str, Object... args) {
|
||||
|
||||
@@ -84,7 +84,7 @@ public class StpInterfaceImpl implements StpInterface {
|
||||
``` java
|
||||
/**
|
||||
* [Sa-Token 权限认证] 配置类
|
||||
* @author kong
|
||||
* @author click33
|
||||
*/
|
||||
@Configuration
|
||||
public class SaTokenConfigure {
|
||||
|
||||
@@ -127,7 +127,7 @@ implementation 'cn.dev33:sa-token-alone-redis:${sa.top.version}'
|
||||
``` java
|
||||
/**
|
||||
* Sa-Token-SSO Client端 Controller
|
||||
* @author kong
|
||||
* @author click33
|
||||
*/
|
||||
@RestController
|
||||
public class SsoClientController {
|
||||
|
||||
Reference in New Issue
Block a user