包名 | 描述 |
---|---|
portal | 前端项目 |
portal-server | 后端项目 |
portal.sql | 数据库脚本 |
-
GitHub
git clone https://github.com/OHUHO/portal.git
-
Gitee
git clone https://gitee.com/OHUHO/portal.git
-
后端项目
- 本地运行sql脚本,导入基本数据
- 修改后端项目配置文件中的数据库连接信息(mysql为8.0+)
- 使用idea运行
-
前端项目
npm install npm run serve
网页本地访问:http://localhost:8087
接口文档访问:http://localhost:8087/doc.html
通过我的微信公众号【京茶吉鹿】了解更多