SYYTe/README.md

51 lines
2.4 KiB
Markdown
Raw Normal View History

2022-05-29 23:30:37 +08:00
## 项目说明
2022-05-06 10:41:53 +08:00
- FastBoot是采用SpringBoot、SpringSecurity、Mybatis-Plus等框架开发的一套企业级脚手架系统使用门槛极低且采用MIT开源协议完全免费开源可免费用于**商业项目**等场景。
2022-05-29 23:30:37 +08:00
- 前端工程:[https://gitee.com/makunet/fast-admin](https://gitee.com/makunet/fast-admin)
2022-05-06 10:41:53 +08:00
- 代码生成器:[https://gitee.com/makunet/fast-generator](https://gitee.com/makunet/fast-generator)
2022-05-29 23:30:37 +08:00
- 开发文档:[https://maku.net/docs/fast-boot](https://maku.net/docs/fast-boot)
2022-04-22 15:26:39 +08:00
## 环境搭建
- 下载项目源码一般通过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
2022-05-03 02:02:29 +08:00
- 再启动前端项目https://gitee.com/makunet/fast-admin
2022-04-22 15:26:39 +08:00
- 账号密码admin/admin
2022-05-06 10:41:53 +08:00
2022-05-29 23:30:37 +08:00
## 演示环境
演示地址https://demo.maku.net/fast-boot
## 交流和反馈
- 官方社区https://maku.net
- Github仓库https://github.com/makunet/fast-boot
- Gitee仓库https://gitee.com/makunet/fast-boot
- 技术解答、交流、反馈、建议等,请移步到官方社区,我们会及时回复,也方便今后的小伙伴寻找答案,感谢理解!
## 微信交流群
为了更好的交流,我们新提供了微信交流群,需扫描下面的二维码,关注公众号,回复【加群】,根据提示信息,作者会拉你进群的,感谢配合!
![](https://maku.net/app/img/qrcode.jpg)
2022-05-06 10:41:53 +08:00
## 支持
2022-05-29 23:30:37 +08:00
如果觉得框架还不错,或者已经在使用了,希望你可以去 [Github](https://github.com/makunet/fast-boot) 或 [Gitee](https://gitee.com/makunet/fast-boot) 帮作者点个 ⭐ Star这将是对作者极大的鼓励与支持。
2022-05-06 10:41:53 +08:00
## 效果图
![输入图片说明](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)