基于 Spring Boot 前后台分离的开发模板 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

# 浏览器输入访问地址,登录就可以了

主要包含的功能

  1.  登录模块

  2.  退出

  3.  文件上传管理

  4.  用户管理(增删改查)

  5.  权限管理(增删改查)

  6.  菜单,资源权限(直接插入sql)

页面预览

本文地址:https://codercto.com/soft/d/1675.html

Weaving the Web

Weaving the Web

Tim Berners-Lee / Harper Paperbacks / 2000-11-01 / USD 15.00

Named one of the greatest minds of the 20th century by Time , Tim Berners-Lee is responsible for one of that century's most important advancements: the world wide web. Now, this low-profile genius-wh......一起来看看 《Weaving the Web》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

MD5 加密
MD5 加密

MD5 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具