4 Star 11 Fork 14

lingxcom / 灵犀模驱 - 开源的低代码模型驱动开发框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

灵犀模驱 - 开源的低代码模型驱动开发框架

image

官方网站:https://www.lingx.com

技术文档:http://docs.lingx.com

视频教程:https://space.bilibili.com/482658194

成品示例:https://gps.lingx.com

账号:admin,密码:123456

框架目标

简化信息管理软件开发;抛开编码细节、专注业务逻辑。

框架简介

灵犀的核心是模型驱动开发,有别于一般的代码生成系统。我们不生成代码、没有MVC、没有分层、没有前后端分离,非专业人员便可以做出一般信息管理系统。可以用于所有的Web应用程序,如网站管理后台,网站会员中心,CMS,CRM,OA。

主要功能

  • 在线开发:Web版的开发工具,可以进行模型的创建与编辑
  • 在线预览:模型创建与编辑后,可立即预览;方便查看效果
  • 功能权限:细粒度的功能管理,可管控用户管理的添加按钮是否给某人使用
  • 数据权限:横向/纵向数据权限动态配置,用于不同人查看不同数据
  • 远程提交:假如系统已经部署到服务器,可以通过此功能一键提交更新
  • 远程更新:类似于window的系统更新,该系统不断维护,不定时发布新功能
  • 导出模型:可以将开发好的模型、字典导出为ZIP压缩包
  • 导入模型:可以将以上导出的ZIP压缩包进行导入
  • 字典管理:研发过程中对数据字典的统一管理
  • 权限管理:常规的用户、角色、功能、菜单管理
  • 定时任务:可以指定某个时间或定时执行某项功能
  • 操作日志:常规的操作日志
  • 登录日志:常规的登录日志

快速入门

一. 下载免安装一键启动版

右击以下链接,选择“另存为”下载

http://mdd.lingx.com/20210115/lingx-mdd.zip

下载后解压到路径中 没有中文且没有空格的文件夹下

1、双击“启动灵犀.bat”

2、等到Tomcat的窗口不再增加消息时为启动成功

3、打开谷歌浏览器chrome或者360浏览器,输入网址:http://127.0.0.1:8080

4、账号:admin,密码:123456

注意:《免安装一键启动版》只支持64位Windows系统;linux与mac系统需要下载war包部署到tomcat中,数据库需要用mysql5.7,JDK需要1.8。

Copyright LINGX and other contributors http://www.lingx.com/ The following license applies to all parts of this software except as documented below: ==== Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ==== All files located in the node_modules and external directories are externally maintained libraries used by this software which have their own licenses; we recommend you read them, as their terms may differ from the terms above.

简介

核心思想是模型驱动开发,有别于一般的代码生成框架。不生成代码、没有MVC、没有分层、没有前后端分离,非专业人员便可以做出一般信息管理系统。 展开 收起
Java 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/lingxcom/lingx.git
git@gitee.com:lingxcom/lingx.git
lingxcom
lingx
灵犀模驱 - 开源的低代码模型驱动开发框架
master

搜索帮助