基于 Spring Boot 前后台分离的开发模板 fish-admin
- 授权协议: MIT
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://gitee.com/myliang/fish-admin
- 软件文档: https://gitee.com/myliang/fish-admin
软件介绍
fish-admin 是一个简单的前后台分离的开发模板
前台(ui)部分是基于 fish-ui 开发
后台(api)部分是基于 spring boot 开发, 提供json api接口供ui调用
使用方法
$ git clone https://github.com/myliang/fish-admin.git # 1 创建数据库 create database fish # 插入api/db/init.sql文件中的sql语句 # 2 api 第一步启动api, 需要java运行环境及gradle $ cd fish-admin/api $ gradle bootRun # 3 ui 启动ui $ cd fish-admin/ui $ npm install $ npm run dev # 浏览器输入访问地址,登录就可以了
主要包含的功能
登录模块
退出
文件上传管理
用户管理(增删改查)
权限管理(增删改查)
菜单,资源权限(直接插入sql)
页面预览
Head First Rails
David Griffiths / O'Reilly Media / 2008-12-30 / USD 49.99
Figure its about time that you hop on the Ruby on Rails bandwagon? You've heard that it'll increase your productivity exponentially, and allow you to created full fledged web applications with minimal......一起来看看 《Head First Rails》 这本书的介绍吧!
