refactor: 接口文档请求头 Authorization 参数配置全局,接口移除 @SecurityRequirement

This commit is contained in:
haoxr
2023-10-17 21:53:13 +08:00
parent 36894b16f1
commit 5d59c3b5f9
5 changed files with 35 additions and 30 deletions

View File

@@ -24,5 +24,10 @@ public interface SystemConstants {
*/
String ROOT_ROLE_CODE = "ROOT";
/**
* 超级管理员用户名
*/
String ROOT_USER_NAME = "root";
}