基于 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

Head First Rails

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》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具