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

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

@@ -7,7 +7,7 @@ import cn.dev33.satoken.SaManager;
/**
* Sa-Token整合webflux 示例
* @author kong
* @author click33
*
*/
@SpringBootApplication

View File

@@ -9,7 +9,7 @@ import cn.dev33.satoken.reactor.filter.SaReactorFilter;
/**
* [Sa-Token 权限认证] 配置类
* @author kong
* @author click33
*
*/
@Configuration

View File

@@ -14,7 +14,7 @@ import reactor.core.publisher.Mono;
/**
* 测试专用Controller
* @author kong
* @author click33
*
*/
@RestController