# cli
**Repository Path**: thetsing/cli
## Basic Information
- **Project Name**: cli
- **Description**: 基于SpringBoot的RBAC权限管理系统,使用了SpringSecurity+Jwt+Redis的安全框架、使用切面实现了操作日志记录和接口限流、使用SpringDoc作为接口文档、实现了操作日志和认证授权相关接口
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: https://gitee.com/thetsing
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 1
- **Created**: 2022-12-26
- **Last Updated**: 2025-08-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: SpringBoot, SpringSecurity, springdoc, java17, Java
## README
[](https://gitee.com/thetsing/cli)

[](https://www.apache.org/licenses/LICENSE-2.0.txt)
[](https://gitee.com/thetsing/cli)
[](https://search.maven.org/artifact/org.springframework.boot/spring-boot-dependencies)
[](https://search.maven.org/artifact/com.baomidou/mybatis-plus-boot-starter)
## 系统说明
...
## GIT Commit 提交规范
- feat: 新功能、新特性
- fix: 修改 bug
- perf: 更改代码,以提高性能(在不影响代码内部行为的前提下,对程序性能进行优化)
- refactor: 代码重构(重构,在不影响代码内部行为、功能下的代码修改)
- docs: 文档修改
- style: 代码格式修改, 注意不是 css 修改(例如分号修改)
- test: 测试用例新增、修改
- build: 影响项目构建或依赖项修改
- revert: 恢复上一次提交
- ci: 持续集成相关文件修改
- chore: 其他修改(不在上述类型中的修改)
- release: 发布新版本
- workflow: 工作流相关文件修改