gzcx-server/README.md

19 lines
655 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

- - -
## 项目介绍
此项目为web应用后台基础版本适用于基于SpringBoot+MyBatis+Vue的快速开发。
## 后台框架
![img.png](img.png)
## 常见问题
项目打包:
项目根目录下执行mvn clean package -D maven.test.skip=true -P prod
sse开关
默认关闭如要开启在application.yml中配置
sse:
enabled: true
项目初始化:
MySQL数据库创建数据库并导入sql文件[rs-vue-plus.sql](script/sql/rs-vue-plus.sql) 和 [menu_icon.sql](script/sql/menu_icon.sql)
前端项目配套地址:[http://git.helou.vip:8088/ruansi/Vben5-Base.git](http://git.helou.vip:8088/ruansi/Vben5-Base.git)