基于 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)
页面预览
Web Analytics
Avinash Kaushik / Sybex / 2007-6-5 / USD 29.99
在线阅读本书 Written by an in-the-trenches practitioner, this step-by-step guide shows you how to implement a successful Web analytics strategy. Web analytics expert Avinash Kaushik, in his thought-p......一起来看看 《Web Analytics》 这本书的介绍吧!
