1 Star 0 Fork 33

yiyu / lilian

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

lilian

介绍

基于magic-api开发的低代码后台管理系统。面向浏览器编程的时代,enjoy it!

软件架构

  • SpringBoot2

  • magic-api

  • Sa-Token

  • HuTool

  • AntDesign Vue

后端启动

  1. 执行 doc/lilian.sql,初始化数据库
  2. 修改 src/main/resources/application.yml 配置文件中的数据库连接信息
  datasource:
    url: jdbc:mysql://127.0.0.1:3306/lilian?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
    username: lilian
    password: lilian520
  1. 启动 LilianApplication.main()

前端启动

  1. cd _web
  2. npm install
  3. npm run serve

开发说明

  1. 浏览器打开 http://127.0.0.1:8000 访问系统页面
  2. 浏览器打开 http://127.0.0.1:9999/magic/web/index.html 管理后端api

开发进度

集成 AJ-Captcha 滑动验证码
集成 Sa-Token 权限认证
集成 magic-api
使用 magic-api 替换若依接口(基本完成)
导出功能适配
代码生成功能适配
在线表单构建适配

致谢

  • magic-api 基于Java的接口快速开发框架
  • RuoYi-Antdv 使用RuoYi-Vue作为后端,改其原有Element Ui为Ant Design Vue
  • Sa-Token 一个轻量级 Java 权限认证框架,让鉴权变得简单、优雅!
  • AJ-Captcha 行为验证码,包含滑动拼图、文字点选两种方式
  • Hutool 小而全的Java工具类库
MIT License Copyright (c) 2021 histone 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.

简介

lilian 低代码后台管理系统,面向浏览器编程,在线开发api 。修改接口,即时生效,无需重新部署,后台开发者的神器! 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/LBFCYY/lilian.git
git@gitee.com:LBFCYY/lilian.git
LBFCYY
lilian
lilian
master

搜索帮助