# 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://img.shields.io/badge/author-TheTsing-blue.svg?logo=iconify)](https://gitee.com/thetsing/cli) ![JDK Version](https://img.shields.io/badge/JAVA-JDK17+-blue.svg?logo=EBOX) [![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg?logo=Apache)](https://www.apache.org/licenses/LICENSE-2.0.txt)
[![Cli](https://img.shields.io/badge/Cli-1.0.0-blue.svg?logo=C)](https://gitee.com/thetsing/cli) [![Spring Boot](https://img.shields.io/maven-central/v/org.springframework.boot/spring-boot-dependencies.svg?label=Spring%20Boot&logo=Spring)](https://search.maven.org/artifact/org.springframework.boot/spring-boot-dependencies) [![MyBatis Plus](https://img.shields.io/maven-central/v/com.baomidou/mybatis-plus-boot-starter.svg?label=Mybatis%20Plus&logo=MEGA)](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: 工作流相关文件修改