克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

LegoAdmin

技术交流群 962119957

介绍

  • 一款彻底开源的前后端分离的低代码开发框架
  • 演示地址:https://admin.zqliang.cn
  • 帐号:test 密码:test123

项目地址

技术栈

技术 说明 版本
SpringBoot Java 框架 2.7.11
SpringCloud SpringCloud 全家桶 2021.0.9
SpringCloudAlibaba SpringCloudAlibaba 全家桶 2021.0.6.0
mybatis-plus 数据持久化框架 3.4.2
flowable 流程引擎 6.8.0
ShardingSphere 分库分表框架 5.4.1
sa-token 权限认证框架 1.34.0
openfeign 远程调用框架 3.1.9
hutool 工具类库 5.8.26
easyexcel excel 操作框架 3.2.1
velocity 模板引擎 2.3
SpringDataJpa 数据持久化框架 2.7.11
xxl-job 分布式定时任务框架 2.4.1

软件架构

前端基于 vue element-ui 框架分模块设计,后端使用 SpringBoot2 框架,持久层同时支持 mybatis-plus3(业务查询)、hibernate5(事务业务受理)。 支持微服务模块化开发部署,数据源可彻底隔离,基于 ShardingSphere5 定制开发多模型分库分片表数据源。 一键代码生成,自定义表单设计,flowable 工作流设计等,一款开箱即用的新一代低代码开发框架 LegoAdmin

安装教程

配置依赖环境

  • mysql5.7
  • JDK1.8
  • maven3
  • node >= 10.0.0 建议 v21
  • npm >= 6.0.0 建议 v10

打包运行

  • 创建 mysql 数据库 lego-admin
  • 拷贝 lego-parent/lego-admin/src/main/resources/application-template.properties 到同目录并命名为 application.properties
  • 修改 application.properties 配置中的数据库链接和账号密码
  • 根目录下双击执行 dbInit.bat,初始化数据库
  • 根目录下双击执行 build.bat,会自动打包前后端
  • 根目录下双击执行 startup.bat,会自动运行

访问路径

系统展示

- 登陆 - 统计大屏
- 代码生成 - 表单设计
- 流程设计 - 任务审批
- 定时任务 - 操作日志
- 统计分析 - 分库分表
- 企业定制 - 应用管理
- 组织架构 - 权限管理
Copyright (c) 2023 LegoAdmin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 一、授权许可 1.1 您可以免费修改、复制、分发本软件及本软件的源码 1.2 您可以基于本软件进行二次开发用于学习交流 二、免责声明 2.1 本软件及所附带的文件是作为不提供任何明确的或隐含的赔偿或担保的形式提供的 2.2 用户出于自愿而使用本软件,您必须了解使用本软件的风险 2.3 本软件本着开源共享技术交流的理念,我们不承诺提供任何形式的技术支持、使用担保,也不承担任何因使用本软件而产生问题的相关责任 三、未尽事项 3.1 如果您需要更加完善和灵活的功能,可以联系作者提供定制开发服务 # 其他授权许可 Other Licenses This software includes projects with the following licenses 该软件包括其他开源项目涉及的授权协议 ### [Apache License](http://www.apache.org/licenses/LICENSE-2.0) This license is used by the following third-party libraries: * Spring Framework (http://projects.spring.io/spring-framework/) * ShardingSphere (https://shardingsphere.apache.org/) * mybatis-plus (https://baomidou.com/) * element-ui (https://element.eleme.cn/) * bpmn-process-designer (https://gitee.com/MiyueSC/bpmn-process-designer) ### [LGPL License](https://www.gnu.org/copyleft/lesser.html) This license is used by the following third-party libraries: * mybatis (http://www.mybatis.org/mybatis-3/) * hibernate (http://hibernate.org/orm/) ### [License(BSD)](https://github.com/ecomfe/echarts/blob/master/LICENSE) * Echarts (http://echarts.baidu.com/)

简介

代码生成,表单设计,flowable审批工作流等,支持微服务模块化开发部署,数据源可彻底隔离,基于ShardingSphere5多模型分库分片表的新一代低代码开发框架。 展开 收起
Java
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化