kenaito-config/README.md

30 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 style="text-align: center">Kenaito Config</h1>
#### 项目简介
基于 Spring Boot 2.7.18 、 Mybatis-Plus、 JWT、Spring Security、Redis、Vue 的 配置中心
**账号密码:** `admin / 123456`
#### 系统功能
> kenaito-devops框架阉割版有低内存快速启动等特点
- 用户管理提供用户的相关配置新增用户后默认密码为123456
- 角色管理:对权限与菜单进行分配,可根据部门设置角色的数据权限
- 菜单管理:已实现菜单动态路由,后端可配置化,支持多级菜单
- 部门管理:可配置系统组织架构,树形表格展示
- 岗位管理:配置各个部门的职位
- 字典管理:可维护常用一些固定的数据,如:状态,性别等
- SQL监控采用druid 监控数据库访问性能默认用户名admin密码123456
- 邮件工具配合富文本发送html格式的邮件
- 服务监控:监控服务器的负载情况
## 常见问题
#### win10端口被占用解决
```shell
# 记下最后一列pid打开任务管理器知道对应的进程干掉
netstat -ano|findstr 28001
```