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

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

@@ -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) {

View File

@@ -84,7 +84,7 @@ public class StpInterfaceImpl implements StpInterface {
``` java
/**
* [Sa-Token 权限认证] 配置类
* @author kong
* @author click33
*/
@Configuration
public class SaTokenConfigure {

View File

@@ -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 {