book-api/README.md
2022-05-06 10:41:53 +08:00

38 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 简介
- FastBoot是采用SpringBoot、SpringSecurity、Mybatis-Plus等框架开发的一套企业级脚手架系统使用门槛极低且采用MIT开源协议完全免费开源可免费用于**商业项目**等场景。
- 前端:[https://gitee.com/makunet/fast-admin](https://gitee.com/makunet/fast-admin)
- 代码生成器:[https://gitee.com/makunet/fast-generator](https://gitee.com/makunet/fast-generator)
## 使命
致力于打造成一套高质量、低BUG、易于上手、可维护性强的低代码开发脚手架系统。
## 环境搭建
- 下载项目源码一般通过git clone命令
- idea、eclipse需安装lombok插件不然会提示找不到get set方法
- 创建数据库fast_boot数据库编码为utf8mb4
- 执行db/mysql.sql文件初始化数据库脚本
- 修改application-dev.yml文件配置MySQL、Redis账号信息
- 在fast-boot目录下执行mvn clean install
## 本地启动
- 在fast-server工程里面运行ServerApplication.java则可启动项目
- 接口文档路径http://localhost:8080/doc.html
- 再启动前端项目https://gitee.com/makunet/fast-admin
- 账号密码admin/admin
## 支持
如果觉得框架还不错,或者已经在使用了,希望你可以去 [Gitee](https://gitee.com/makunet/fast-boot) 帮作者点个 ⭐ Star这将是对作者极大的鼓励与支持。
## 效果图
![输入图片说明](fast-server/src/main/resources/public/1.png)
![输入图片说明](fast-server/src/main/resources/public/2.png)
![输入图片说明](fast-server/src/main/resources/public/3.png)
![输入图片说明](fast-server/src/main/resources/public/4.png)
![输入图片说明](fast-server/src/main/resources/public/5.png)
![输入图片说明](fast-server/src/main/resources/public/6.png)