介绍
- maku-boot 是采用 SpringBoot、SpringSecurity、Mybatis-Plus 等框架,开发的一套 SpringBoot 快速开发平台,使用门槛极低,且采用 MIT 开源协议,完全免费开源,可免费用于商业项目等场景。
- 采用组件模式,扩展不同的业务功能,可以很方便的实现各种业务需求,且不会导致系统臃肿,若想使用某个组件,按需引入即可,反之亦然。
- 官网地址:https://maku.net
- 演示环境:https://demo.maku.net/maku-boot
更新日志
- 新增easy trans依赖
- 修改登录日志导出的ExcelVO改为使用easy trans的字典翻译功能实现
- 修改用户导出的ExcelVO改为使用easy trans的字典翻译功能实现
- ExcelUtil 新增parseDict方法,用于反向解析字典翻译结果到字典value字段上
- 用户分页接口去掉和org表的关联,使用easy trans的simple trans实现orgid 拿orgName的过程
- 新增字典标签的tag
- 升级element-plus到2.2.26
- 感谢 @fhs_opensource @王祁
前端工程
- Gitee 仓库:https://gitee.com/makunet/maku-admin
- Github 仓库:https://github.com/makunet/maku-admin
后端工程
- Gitee 仓库:https://gitee.com/makunet/maku-boot
- Github 仓库:https://github.com/makunet/maku-boot
代码生成器
- Gitee 仓库:https://gitee.com/makunet/maku-generator
- Github 仓库:https://github.com/makunet/maku-generator